]> pd.if.org Git - pdclib/blobdiff - functions/string/strstr.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strstr.c
index 461283ac49f81fbf62fe929d2ba8a3bb73652881..5c97a750c076400c90bf61520c1f26b9c24e880a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strstr( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -35,7 +33,7 @@ char * strstr( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {