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