]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atexit.c
Whitespace cleanups.
[pdclib] / functions / stdlib / atexit.c
index a2c1598dd7b1371d97c85f7f2d0d9de17db2aea4..42a98ed0dec0689537dca0a2373fd7f7e9056b4b 100644 (file)
@@ -27,7 +27,9 @@ int atexit( void (*func)( void ) )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
+
 #include <assert.h>
 
 static int flags[ 32 ];