]> pd.if.org Git - pdclib/blobdiff - functions/string/memchr.c
Whitespace cleanups.
[pdclib] / functions / string / memchr.c
index 3ed04a0138c772a422ab55f204e6dab1e14fcb7a..29598a729a92628bf5213835f9da4235999a9c23 100644 (file)
@@ -25,7 +25,8 @@ void * memchr( const void * s, int c, size_t n )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {