aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/setup.h b/lib/setup.h
index c3a308abd..1b5c6782c 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -61,8 +61,7 @@
#endif
#ifdef __OS400__
-#include "config-os400.h"
-#include "setup-os400.h"
+# include "config-os400.h"
#endif
#ifdef TPF
@@ -97,6 +96,14 @@
#endif
/*
+ * OS/400 setup file includes some system headers.
+ */
+
+#ifdef __OS400__
+# include "setup-os400.h"
+#endif
+
+/*
* Include header files for windows builds before redefining anything.
* Use this preproessor block only to include or exclude windows.h,
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs