X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstdio%2Fprintf.c;h=9dcb4fc0fdcd73fe49da53ad1d4ee87d54292d43;hp=2b147e4b63f0e659b94a130c0ce1cff056c3af37;hb=1328789865447c193c5b4c64a57b77b6917116ac;hpb=f5333321e880f4e708816d0635b1e338e05b405b diff --git a/functions/stdio/printf.c b/functions/stdio/printf.c index 2b147e4..9dcb4fc 100644 --- a/functions/stdio/printf.c +++ b/functions/stdio/printf.c @@ -37,6 +37,8 @@ int _PDCLIB_printf_unlocked( const char * _PDCLIB_restrict format, ... ) #ifdef TEST #define _PDCLIB_FILEID "stdio/printf.c" #define _PDCLIB_FILEIO +#include +#include #include <_PDCLIB_test.h>