summaryrefslogtreecommitdiffstats
path: root/trunk/source/abl-show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/abl-show.cc')
-rw-r--r--trunk/source/abl-show.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/trunk/source/abl-show.cc b/trunk/source/abl-show.cc
index 867919159e..43ddae5ee1 100644
--- a/trunk/source/abl-show.cc
+++ b/trunk/source/abl-show.cc
@@ -3,6 +3,8 @@
* Summary: Functions related to special abilities.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <6> 19mar2000 jmf added elvish Glamour
@@ -55,8 +57,8 @@
#include "view.h"
-#ifdef LINUX
-#include "liblinux.h"
+#ifdef UNIX
+#include "libunix.h"
#endif
// this all needs to be split into data/util/show files