(svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h
authortron
Thu, 21 Jul 2005 19:57:07 +0000
changeset 2156 ff4b6b55ce9a
parent 2155 a4aa17b604e3
child 2157 96afeb759612
(svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h
w32dm.c
--- a/w32dm.c	Thu Jul 21 19:46:58 2005 +0000
+++ b/w32dm.c	Thu Jul 21 19:57:07 2005 +0000
@@ -30,6 +30,7 @@
 
 #include "openttd.h"
 #include "string.h"
+#include "variables.h"
 #include "sound.h"
 #include "hal.h"