]> pd.if.org Git - pdclib/blobdiff - functions/stdio/tmpnam.c
System includes -> local includes.
[pdclib] / functions / stdio / tmpnam.c
index 06274951300ba962a80decff6e3d009ea69b1166..276a42c275be61906fb60ea97f7bd998db6f0c17 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef REGTEST
 
 #include <string.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 char * tmpnam( char * s )
 {
@@ -27,7 +27,7 @@ char * tmpnam( char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <string.h>