X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdlib%2Fsystem.c;h=6f4aded95bf58777c933aa4f4dc30bf02dd490f7;hp=dd94b772561f21cb22e9c635d33ae7aa474da107;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/platform/example/functions/stdlib/system.c b/platform/example/functions/stdlib/system.c index dd94b77..6f4aded 100644 --- a/platform/example/functions/stdlib/system.c +++ b/platform/example/functions/stdlib/system.c @@ -32,7 +32,7 @@ int system( const char * string ) } #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #define SHELLCOMMAND "echo 'SUCCESS testing system()'"