From 317beebd7d62fa082417c62e83bd56c9d26f84f7 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 21 Jul 2005 19:57:07 +0000 Subject: [PATCH] (svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h --- w32dm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/w32dm.c b/w32dm.c index 2c60768a27..782fed2161 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"