summaryrefslogtreecommitdiffstats
path: root/trunk/source/tags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/tags.cc')
-rw-r--r--trunk/source/tags.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/source/tags.cc b/trunk/source/tags.cc
index f4babe75e5..b384159d7e 100644
--- a/trunk/source/tags.cc
+++ b/trunk/source/tags.cc
@@ -3,6 +3,8 @@
* Summary: Auxilary functions to make savefile versioning simpler.
* Written by: Gordon Lipford
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <2> 16 Mar 2001 GDL Added TAG_LEVEL_ATTITUDE
@@ -56,7 +58,7 @@
#include <stdio.h>
#include <string.h> // for memcpy
-#ifdef LINUX
+#ifdef UNIX
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>