From: nethack.allison Date: Fri, 5 Jul 2002 13:22:28 +0000 (+0000) Subject: NOCWD_ASSUMPTIONS under MSDOS followup X-Git-Tag: MOVE2GIT~2676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fff14e7eed799ee4d78d8ff326215533197f9627;p=nethack NOCWD_ASSUMPTIONS under MSDOS followup --- diff --git a/src/files.c b/src/files.c index b1e1847fa..dea30c7de 100644 --- a/src/files.c +++ b/src/files.c @@ -14,6 +14,11 @@ #if !defined(MAC) && !defined(O_WRONLY) && !defined(AZTEC_C) #include #endif + +#if defined(NOCWD_ASSUMPTIONS) +#include +#endif + #if defined(UNIX) || defined(VMS) #include # ifndef SKIP_ERRNO