]> pd.if.org Git - pdclib/blobdiff - functions/stdio/clearerr.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / clearerr.c
index 9fc64a50240eedb5eb241e05a386fd7002aec5bd..e569fd4085382801f8b34dedc20e8863e718461d 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 void _PDCLIB_clearerr_unlocked( FILE * stream )
 {
@@ -24,7 +24,7 @@ void clearerr( FILE * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {