summaryrefslogtreecommitdiff
path: root/w32dm.c
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
commit317beebd7d62fa082417c62e83bd56c9d26f84f7 (patch)
tree85bfd99c5e76089ff903846844136f8934fcb981 /w32dm.c
parente2a305144c50c7642ec6fdb215141c5bcf17f82e (diff)
downloadopenttd-317beebd7d62fa082417c62e83bd56c9d26f84f7.tar.xz
(svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h
Diffstat (limited to 'w32dm.c')
-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"