summaryrefslogtreecommitdiffstats
path: root/trunk/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/newgame.cc')
-rw-r--r--trunk/source/newgame.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/source/newgame.cc b/trunk/source/newgame.cc
index 1bc895034f..9d14061805 100644
--- a/trunk/source/newgame.cc
+++ b/trunk/source/newgame.cc
@@ -3,6 +3,8 @@
* Summary: Functions used when starting a new game.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <16> 19-Jun-2000 GDL changed handle to FILE *
@@ -58,7 +60,7 @@
#include <conio.h>
#endif
-#ifdef LINUX
+#ifdef UNIX
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>