]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/rename.c
Added no-brainer headers.
[pdclib] / platform / example / functions / _PDCLIB / rename.c
index 08f08742a2f40c2e2bc63972a397dbb425f984a9..f1fc38245814facd9d210eb2cfe0149d818cdf27 100644 (file)
@@ -7,7 +7,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 #include </usr/include/errno.h>
 
@@ -90,7 +91,7 @@ int _PDCLIB_rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>