summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libdos.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-06 00:25:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-06 00:27:17 +0100
commit5b5a6bc82d69360a130837a24ac56432a9ef6b6d (patch)
tree0de23db519e8332cd089d5c850881b1f73bd7c76 /crawl-ref/source/libdos.cc
parent7a9cf7d5dfcee5c454826aa88e7af9c3c6ac2acd (diff)
downloadcrawl-ref-5b5a6bc82d69360a130837a24ac56432a9ef6b6d.tar.gz
crawl-ref-5b5a6bc82d69360a130837a24ac56432a9ef6b6d.zip
Fix the DOS port.
Diffstat (limited to 'crawl-ref/source/libdos.cc')
-rw-r--r--crawl-ref/source/libdos.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/libdos.cc b/crawl-ref/source/libdos.cc
index d704f6eedb..62e90ae93d 100644
--- a/crawl-ref/source/libdos.cc
+++ b/crawl-ref/source/libdos.cc
@@ -13,6 +13,8 @@
#include "cio.h"
#include <termios.h>
#include <conio.h>
+#include "options.h"
+#include "viewgeom.h"
#if defined(TARGET_OS_DOS)