X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=872b741916cfc26460e8372a8ff710b530dd7fe5;hp=1ea99e9d952adb4524693f4ca5c2e177b3d2604b;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index 1ea99e9..872b741 100644 --- a/functions/stdio/fputc.c +++ b/functions/stdio/fputc.c @@ -35,6 +35,7 @@ int fputc( int c, struct _PDCLIB_file_t * stream ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )