]> pd.if.org Git - pdclib/blobdiff - functions/string/strcspn.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strcspn.c
index 9d6663ebcfb59267c5f9fb23a561dc8fd5bc7c42..baf8fc799a6a2dd3cba0e41fefbb8564c29acd55 100644 (file)
@@ -30,7 +30,7 @@ size_t strcspn( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {