]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/stdio/_PDCLIB_open.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / posix / functions / stdio / _PDCLIB_open.c
index ac2fd76121067cf8a33c3a01ec9ce071a9ac3901..3647aa8854052cc0220b8932809ff8acca4a3e88 100644 (file)
@@ -5,8 +5,8 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 #ifndef REGTEST
    Permission is granted to use, modify, and / or redistribute at will.
 */
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_glue.h"
+#include "_PDCLIB_io.h"
 #include <fcntl.h>
 
 
 #include <fcntl.h>
 
 
@@ -52,7 +52,7 @@ bool _PDCLIB_open(
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {