]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/open.c
System includes -> local includes.
[pdclib] / platform / example / functions / _PDCLIB / open.c
index f661da5bd170ab2be05ec333f1982a25abf3c3e9..1e2c775ac436f3fb915b67523407ba51fede3c25 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -95,7 +95,7 @@ int _PDCLIB_open( char const * const filename, unsigned int mode )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 #include <string.h>