]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/stdlib/getenv.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / posix / functions / stdlib / getenv.c
index e63cb53b35ec9a5fefc733d6e7d41f18e348a05b..30ed1dec51bcb96e05f7646300cfafbcb86ebcfb 100644 (file)
@@ -32,7 +32,7 @@ char * getenv( const char * name )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {