]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fsetpos.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / fsetpos.c
index 8e281542b817188e177e977f67c0722bcca17672..e28b2b1af627e18beb8793c51557d52149ffeaec 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 int _PDCLIB_fsetpos_unlocked( FILE * stream, 
                       const _PDCLIB_fpos_t * pos )
 
 int _PDCLIB_fsetpos_unlocked( FILE * stream, 
                       const _PDCLIB_fpos_t * pos )
@@ -40,7 +40,7 @@ int fsetpos( FILE * stream,
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {