]> pd.if.org Git - pdclib/blobdiff - includes/errno.h
Whitespace cleanups.
[pdclib] / includes / errno.h
index b4c123d24684a3bb0abecfb1ffc06757635bacea..e0db955f556cf4040faf40b26983787a40a15d1c 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _PDCLIB_ERRNO_H
 #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H
 
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 #define errno (*_PDCLIB_errno_func())
 
@@ -15,4 +15,3 @@
 #define EDOM _PDCLIB_EDOM
 
 #endif
-