]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/errno.c
System includes -> local includes.
[pdclib] / functions / _PDCLIB / errno.c
index 9eaf9358a7e4da250e5e018490648eb62755599c..4cf5ea5b1458984fcaef019189cffcb496e98d7a 100644 (file)
@@ -4,7 +4,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #ifndef REGTEST
 
@@ -18,7 +18,7 @@ int * _PDCLIB_errno_func()
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <errno.h>