X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstdio%2Fvsnprintf.c;h=fd29580db984b072ed1d80b699b51b97d452f167;hp=64a06517cc1a51a45d991935a8915eb9fd9ca493;hb=0e35e82c5e9a0804864839e8fc0e985b1ae41f07;hpb=4fe88a1c445105a96d08b808831d6fc7480a211d diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c index 64a0651..fd29580 100644 --- a/functions/stdio/vsnprintf.c +++ b/functions/stdio/vsnprintf.c @@ -10,6 +10,7 @@ #include #ifndef REGTEST +#include <_PDCLIB_io.h> int vsnprintf( char * _PDCLIB_restrict s, size_t n,