]> pd.if.org Git - pdclib/blobdiff - functions/string/strerror.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strerror.c
index 47e064be43324deb746ae2110ee8cb0002479911..5c7bf23bb6b1e8d343eb9f8928c98b163990105b 100644 (file)
@@ -8,7 +8,7 @@
 
 #ifndef REGTEST
 
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 /* TODO: Doing this via a static array is not the way to do it. */
 char * strerror( int errnum )
@@ -26,7 +26,7 @@ char * strerror( int errnum )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdio.h>
 #include <errno.h>