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