]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/_PDCLIB_open.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / example / functions / _PDCLIB / _PDCLIB_open.c
index cd8bc64fa7b83088d953742007d526b0a62c7489..686ea4ba3d9f2a7102b7c8f585d4ed7ec7db2593 100644 (file)
@@ -11,7 +11,7 @@
 #include <errno.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 \r
 bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,\r
                    char const * const filename, unsigned int mode )\r
@@ -23,7 +23,7 @@ bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #include <stdlib.h>\r
 #include <string.h>\r