X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=872b741916cfc26460e8372a8ff710b530dd7fe5;hb=689f876fb2420ed2ce45aca58dc39f05e1eb5c2d;hp=1ea99e9d952adb4524693f4ca5c2e177b3d2604b;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib 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 )