X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Fremove.c;h=aca3eaf98f31e6d562ad4bf1fa699bc11981cc1e;hp=a2279f17dee1cb2f18122fb67d59011ad080dfd9;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/platform/example/functions/stdio/remove.c b/platform/example/functions/stdio/remove.c index a2279f1..aca3eaf 100644 --- a/platform/example/functions/stdio/remove.c +++ b/platform/example/functions/stdio/remove.c @@ -63,6 +63,7 @@ int remove( const char * pathname ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -72,4 +73,3 @@ int main( void ) } #endif -