]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/quick_exit.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / quick_exit.c
index d315b0befca7bec6fbed609fe717d6590b0efa49..2420e673838e369b1dd76aef68dde62957eaf4b6 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 /* TODO - "except that a function is called after any previously registered
    functions that had already been called at the time it was registered.
@@ -33,7 +33,7 @@ void quick_exit( int status )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {