]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/strtol.c
Whitespace cleanups.
[pdclib] / functions / stdlib / strtol.c
index 53c185238e898ca0e455e7a802dd20095bb56209..d89a6485211f57c7698f251fce9df6179988afc0 100644 (file)
@@ -32,7 +32,8 @@ long int strtol( const char * s, char ** endptr, int base )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 #include <errno.h>