]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/errno.c
REGTEST wrapping.
[pdclib] / functions / _PDCLIB / errno.c
index 9eaf9358a7e4da250e5e018490648eb62755599c..6fc1d66466d91707265d1ebf7b7b270d77aa9664 100644 (file)
@@ -4,10 +4,10 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_int.h>
-
 #ifndef REGTEST
 
+#include "_PDCLIB_int.h"
+
 int _PDCLIB_errno = 0;
 
 int * _PDCLIB_errno_func()
@@ -18,7 +18,8 @@ int * _PDCLIB_errno_func()
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 #include <errno.h>
 
@@ -34,4 +35,3 @@ int main( void )
 }
 
 #endif
-