X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fsetbuf.c;h=6c32072876efd1afe09ae7b14ec2aece96c564c5;hp=48e4b8c89575ea1d90faa385abc7dde36fed1c3f;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/stdio/setbuf.c b/functions/stdio/setbuf.c index 48e4b8c..6c32072 100644 --- a/functions/stdio/setbuf.c +++ b/functions/stdio/setbuf.c @@ -23,7 +23,9 @@ void setbuf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, char * _PDCLIB_res #endif #ifdef TEST + #include "_PDCLIB_test.h" + #include int main( void )