X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fvsnprintf.c;h=fd29580db984b072ed1d80b699b51b97d452f167;hb=b641165a0d122178a33070e3434ab7b49397ad94;hp=64a06517cc1a51a45d991935a8915eb9fd9ca493;hpb=84d648157e22cecc65902ecfdd4e3a1b88d5e53f;p=pdclib.old 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,