summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 009f7635ed..3644ad37f2 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -16,7 +16,7 @@ REVISION("$Rev$");
#include <iomanip>
#include <numeric>
-#ifdef DOS
+#ifdef TARGET_OS_DOS
#include <conio.h>
#endif