X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fvsnprintf.c;h=fd29580db984b072ed1d80b699b51b97d452f167;hb=36aeca966a42f071466086ddaa4f50e9b9b51c3f;hp=64a06517cc1a51a45d991935a8915eb9fd9ca493;hpb=6ca24b75c75b9c6f22e1e69693d326b8e3330841;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,