]> pd.if.org Git - pdclib/blobdiff - functions/stdio/perror.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / perror.c
index 5df86c019b41c275ccdf61ce0fa60d8686c902d9..97b727f253632fa08ddbfc3dda68f0e2dfd2456c 100644 (file)
@@ -8,7 +8,7 @@
 
 #ifndef REGTEST
 #include <errno.h>
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 /* TODO: Doing this via a static array is not the way to do it. */
 void perror( const char * s )
@@ -31,7 +31,7 @@ void perror( const char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>