summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 19:57:07 +0000
committertron <tron@openttd.org>2005-07-21 19:57:07 +0000
commit0feddf1da1ca43edc8034ee146a0b4d7cbaa9275 (patch)
tree85bfd99c5e76089ff903846844136f8934fcb981
parentcbd5227934af4fc75b7feaa0fd147ea1037e2cde (diff)
downloadopenttd-0feddf1da1ca43edc8034ee146a0b4d7cbaa9275.tar.xz
(svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h
-rw-r--r--w32dm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/w32dm.c b/w32dm.c
index 2c60768a2..782fed216 100644
--- a/w32dm.c
+++ b/w32dm.c
@@ -30,6 +30,7 @@
#include "openttd.h"
#include "string.h"
+#include "variables.h"
#include "sound.h"
#include "hal.h"