X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fclearerr.c;h=91cd00a6655e9d619efd5a5f6e48301a0d0f832a;hp=ca22b0332b72b3f8f84bf3c490e2cd520e068a43;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/stdio/clearerr.c b/functions/stdio/clearerr.c index ca22b03..91cd00a 100644 --- a/functions/stdio/clearerr.c +++ b/functions/stdio/clearerr.c @@ -16,6 +16,7 @@ void clearerr( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -49,4 +50,3 @@ int main( void ) } #endif -