]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdio/tmpfile.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / example / functions / stdio / tmpfile.c
index 94351caad147da0ce6bf2c498906f5dd9eeb5fb2..78273422d5c831555a6dd3e8e4c4a4d29bc75337 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpfile( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,7 +9,7 @@
 #ifndef REGTEST
 
 #include <errno.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
 /* This is a stub implementation of tmpfile
 */
@@ -24,7 +22,7 @@ FILE* tmpfile( void )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <string.h>
 
 int main( void )