From 5b72eb0b03b3832b956072c62cc5a5985a6059ef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 5 Jul 2003 13:13:49 +0000 Subject: Some of Doug Kaufman's changes for the DOS port --- src/setup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/setup.h') 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 +#ifdef word +#undef word +#endif #define DIR_CHAR "/" #define DOT_CHAR "_" #else -- cgit v1.2.3