]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/close.c
System includes -> local includes.
[pdclib] / platform / example / functions / _PDCLIB / close.c
index b823a0c40523abf1f7f0eb78681ad1a6cfa3be48..279fae8e2b1cb69b5c617b73560c5157dde2e002 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 extern int close( int fd );
 
@@ -23,7 +23,7 @@ int _PDCLIB_close( int fd )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {