summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.cc
diff options
context:
space:
mode:
authorAlexander Vostres <alexx999@gmail.com>2011-07-16 08:24:09 +0300
committerAdam Borowski <kilobyte@angband.pl>2011-07-17 00:34:44 +0200
commit0197981c162e6d68264d56af1b029abebfa22e6a (patch)
tree28b28161f8610df41238b3be289708627a2d2100 /crawl-ref/source/package.cc
parent6de05d6d8271e6b4a4eac11b8b10d45dcb1c7794 (diff)
downloadcrawl-ref-0197981c162e6d68264d56af1b029abebfa22e6a.tar.gz
crawl-ref-0197981c162e6d68264d56af1b029abebfa22e6a.zip
Partial fix for broken MSVC build (still need to fix prebuild)
The MSVC2010/ dir is omitted, since it doesn't work for me yet, and adding a whole yet useless dir just before branching would be counterproductive. -- 1KB
Diffstat (limited to 'crawl-ref/source/package.cc')
-rw-r--r--crawl-ref/source/package.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/package.cc b/crawl-ref/source/package.cc
index 6bd56fe0a7..ced62d5b62 100644
--- a/crawl-ref/source/package.cc
+++ b/crawl-ref/source/package.cc
@@ -19,6 +19,8 @@ Caveats/issues:
be available immediately -- yet a crash will lose them.
*/
+#include "AppHdr.h"
+
#include <stdio.h>
#include <sys/types.h>
@@ -29,7 +31,6 @@ Caveats/issues:
#include <stdlib.h>
#include <sstream>
-#include "AppHdr.h"
#include "package.h"
#include "endianness.h"
#include "errors.h"