]> pd.if.org Git - pdclib/blobdiff - functions/inttypes/strtoumax.c
Whitespace cleanups.
[pdclib] / functions / inttypes / strtoumax.c
index 22fb88fa625c07cb629b19b41edbe29ca0bcbb3f..9ed16c18ddde4840a41b04b4774009a6a11a121d 100644 (file)
@@ -25,7 +25,9 @@ uintmax_t strtoumax( const char * _PDCLIB_restrict nptr, char ** _PDCLIB_restric
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
+
 #include <errno.h>
 
 int main( void )