]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/errno.c
REGTEST wrapping.
[pdclib] / functions / _PDCLIB / errno.c
index 9f84d339c0a68b12d893fd3a99da66424362341a..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()