X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstdio%2Ffprintf.c;h=07283b2d162dc5ac0c6c80bfc32d515ab94aef1c;hp=66566a4d5a6fb953e57a3a15df3defacec8b2daa;hb=1328789865447c193c5b4c64a57b77b6917116ac;hpb=f5333321e880f4e708816d0635b1e338e05b405b diff --git a/functions/stdio/fprintf.c b/functions/stdio/fprintf.c index 66566a4..07283b2 100644 --- a/functions/stdio/fprintf.c +++ b/functions/stdio/fprintf.c @@ -39,6 +39,8 @@ int fprintf( FILE * _PDCLIB_restrict stream, #endif #ifdef TEST +#include +#include #define _PDCLIB_FILEID "stdio/fprintf.c" #define _PDCLIB_FILEIO