]> pd.if.org Git - pdclib/blobdiff - functions/string/strspn.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strspn.c
index 0cf90df051ecbbcce66c8345fcd38119635d5afd..8869a846834607887a9c25bc50aef3f9baf2fc9c 100644 (file)
@@ -35,7 +35,7 @@ size_t strspn( 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 )
 {