]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fsetpos.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / fsetpos.c
index 5a78706731d7f8ee355fdf2e0a4acc55da34bdbf..e28b2b1af627e18beb8793c51557d52149ffeaec 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fsetpos( FILE *, const fpos_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fsetpos_unlocked( FILE * stream, 
                       const _PDCLIB_fpos_t * pos )
@@ -42,7 +40,7 @@ int fsetpos( FILE * stream,
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {