]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/_PDCLIB/_PDCLIB_rename.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / posix / functions / _PDCLIB / _PDCLIB_rename.c
index ecfcefb04fc20251b4efb24abbfc59c7d4361cf9..49c89281af520e0824a63851cf26f0d545c4e1a7 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 #include </usr/include/errno.h>
 
@@ -41,7 +41,7 @@ int _PDCLIB_rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>