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