]> pd.if.org Git - pdclib/blobdiff - functions/stdio/tmpnam.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / tmpnam.c
index 270109d91fdf710d87e36bce4658d718908e1d39..6e8641d380bdf233051aa86475fc93d675f38a42 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpnam( char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,7 +9,7 @@
 #ifndef REGTEST
 
 #include <string.h>
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 char * tmpnam( char * s )
 {
@@ -29,7 +27,7 @@ char * tmpnam( char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <string.h>