]> pd.if.org Git - pdclib/blobdiff - functions/inttypes/strtoumax.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / inttypes / strtoumax.c
index c54cfce481ff087c0e234df85a121b37daab6f1e..f998338babfd5d6c0f674f3204fffc79ec49eef4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strtoumax( const char *, char * *, int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -27,7 +25,7 @@ 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 )