X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Fremove.c;h=aca3eaf98f31e6d562ad4bf1fa699bc11981cc1e;hb=da0d02da53b8a309d85ae19e6b9e5ff1cde9c4a5;hp=a2279f17dee1cb2f18122fb67d59011ad080dfd9;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib 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 -