X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdlib%2Fsystem.c;h=8b5d4d7023270471dec3eddb1d5728369ef58ed3;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=eb8db3dbd9022f6b80f39881289ed95e3c820d1f;hpb=d193d54478243fbd9e68649e0eb534c72d6aea0d;p=pdclib diff --git a/platform/example/functions/stdlib/system.c b/platform/example/functions/stdlib/system.c index eb8db3d..8b5d4d7 100644 --- a/platform/example/functions/stdlib/system.c +++ b/platform/example/functions/stdlib/system.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* system( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -34,7 +32,8 @@ int system( const char * string ) } #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" #define SHELLCOMMAND "echo 'SUCCESS testing system()'"