Merge branch 'NetHack-3.7' into paxed-lua-v2-merged
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user