]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdlib/getenv.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / example / functions / stdlib / getenv.c
index a95171d9ab2cb4300a8103e5b9b62e93b9459695..f07481d3b48ae24157f85f33b4840c28d3ea5c10 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* getenv( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -22,7 +20,7 @@ char * getenv( const char * name )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {