]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atol.c
Whitespace cleanups.
[pdclib] / functions / stdlib / atol.c
index 234f8919c76fb1ef02ffe28317e2ff211e54020c..df17e83d44b15c912ac163831b3d0b29b0cf64f7 100644 (file)
@@ -16,7 +16,8 @@ long int atol( const char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {