aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-05 13:13:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-05 13:13:49 +0000
commit5b72eb0b03b3832b956072c62cc5a5985a6059ef (patch)
tree36ca2cda4efa322772f3e5f0eeb61bd05aae1fd3 /src/setup.h
parent6dd4c13bc0d7c4ec0b59733ce40d4679fa0dbb99 (diff)
Some of Doug Kaufman's changes for the DOS port
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