NOCWD_ASSUMPTIONS under MSDOS followup

This commit is contained in:
nethack.allison
2002-07-05 13:22:28 +00:00
parent 26381228bc
commit fff14e7eed
+5
View File
@@ -14,6 +14,11 @@
#if !defined(MAC) && !defined(O_WRONLY) && !defined(AZTEC_C) #if !defined(MAC) && !defined(O_WRONLY) && !defined(AZTEC_C)
#include <fcntl.h> #include <fcntl.h>
#endif #endif
#if defined(NOCWD_ASSUMPTIONS)
#include <errno.h>
#endif
#if defined(UNIX) || defined(VMS) #if defined(UNIX) || defined(VMS)
#include <errno.h> #include <errno.h>
# ifndef SKIP_ERRNO # ifndef SKIP_ERRNO