]> pd.if.org Git - pdclib/blobdiff - functions/stdio/feof.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / feof.c
index 0c392df1e592b66e19369ed5083b0c9e04f98f28..f5d05846589324d29b601aaacd9c93fa91c80d7c 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_feof_unlocked( FILE * stream )
 {
 
 int _PDCLIB_feof_unlocked( FILE * stream )
 {
@@ -25,7 +25,7 @@ int feof( FILE * stream )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {