]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/exit.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / exit.c
index 03bca692846887046c7c71dba7748d13b41914be..fa91ade1876d2b75a1626356a37f4cc57f0d243d 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 exit( int status )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {