summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 899a818d53..adf517303f 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -383,7 +383,6 @@
//jmf: end of new defines
// ====================== -----------------------------------------------------
-
#ifdef MULTIUSER
// If you are installing Crawl for multiple users, define SAVE_DIR
// to the directory where saves, bones, and score file will go...
@@ -439,7 +438,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#endif
+#endif /* MULTIUSER */
#if defined(DGL_SIMPLE_MESSAGING) && !defined(USE_FILE_LOCKING)
# error Must define USE_FILE_LOCKING for DGL_SIMPLE_MESSAGING
@@ -461,4 +460,7 @@ inline void UNUSED(const volatile T &)
{
}
+// And now headers we want precompiled
+#include <externs.h>
+
#endif