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