]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/errno.c
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib] / functions / _PDCLIB / errno.c
index 7a690800d45f92c6b492448f1b3238d77427c406..4facee58ad5ef33f7452fcceeaef956253ace0e7 100644 (file)
@@ -6,9 +6,8 @@
    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;