]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/strtoull.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / strtoull.c
index fa866fc78a73c54cff232a528e29ad6b8e80e8ca..17d283fd6964336403b5043af10a89fea0ccb151 100644 (file)
@@ -25,7 +25,7 @@ unsigned long long int strtoull( const char * s, char ** endptr, int base )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <errno.h>
 
 int main( void )