Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-14 19:48:57 -05:00
15 changed files with 2236 additions and 67 deletions
+1 -3
View File
@@ -15,13 +15,11 @@
#include <ctype.h>
#if !defined(AMIGA) && !defined(GNUDOS)
#if !defined(AMIGA) && !defined(__DJGPP__)
#include <sys\stat.h>
#else
#ifdef GNUDOS
#include <sys/stat.h>
#endif
#endif
#ifdef __DJGPP__
#include <unistd.h> /* for getcwd() prototype */