aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index c5ab80ed9..1533cba2b 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -78,6 +78,10 @@ int fileno( FILE *stream);
#else
#ifdef DJGPP
+#include <tcp.h>
+#ifdef word
+#undef word
+#endif
#define DIR_CHAR "/"
#define DOT_CHAR "_"
#else