]> pd.if.org Git - pdclib/blobdiff - functions/string/strchr.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strchr.c
index 5f8db573773410349c8fd16eb5b812254bef0eb6..8c6e8a42ffec9099a401ea11f79c5edb04d9dd80 100644 (file)
@@ -23,7 +23,7 @@ char * strchr( const char * s, int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {