]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/_PDCLIB_atomax.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / _PDCLIB / _PDCLIB_atomax.c
index a80ab6acbefca970afb6a02d04ea77d8abbc9457..053f776b0f4ce012315a48ba029610a3f778c6e6 100644 (file)
@@ -5,7 +5,7 @@
 */
 
 #ifndef REGTEST
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 #include <string.h>
 #include <ctype.h>
 
@@ -28,7 +28,7 @@ _PDCLIB_intmax_t _PDCLIB_atomax( const char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {