summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgl-message.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-04 11:47:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-04 11:47:24 +0100
commit79ee111e399be376d3f728db3fd45d4930453c32 (patch)
tree2e74d912b8127d42fa80ef650430552cc4df07ff /crawl-ref/source/dgl-message.cc
parentb6fa7e9dabc5611b6247d443787a04e310154177 (diff)
downloadcrawl-ref-79ee111e399be376d3f728db3fd45d4930453c32.tar.gz
crawl-ref-79ee111e399be376d3f728db3fd45d4930453c32.zip
Fix DGL compilation.
Diffstat (limited to 'crawl-ref/source/dgl-message.cc')
-rw-r--r--crawl-ref/source/dgl-message.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dgl-message.cc b/crawl-ref/source/dgl-message.cc
index c10e01d2a4..b3a7b9b3fd 100644
--- a/crawl-ref/source/dgl-message.cc
+++ b/crawl-ref/source/dgl-message.cc
@@ -14,6 +14,7 @@
#include "output.h"
#include <errno.h>
+#include <sys/stat.h>
static struct stat mfilestat;