]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/stdlib/system.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / posix / functions / stdlib / system.c
index eb8db3dbd9022f6b80f39881289ed95e3c820d1f..6f4aded95bf58777c933aa4f4dc30bf02dd490f7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -34,7 +32,7 @@ int system( const char * string )
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #define SHELLCOMMAND "echo 'SUCCESS testing system()'"