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