diff options
author | tron <tron@openttd.org> | 2005-07-21 19:57:07 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-21 19:57:07 +0000 |
commit | 317beebd7d62fa082417c62e83bd56c9d26f84f7 (patch) | |
tree | 85bfd99c5e76089ff903846844136f8934fcb981 | |
parent | e2a305144c50c7642ec6fdb215141c5bcf17f82e (diff) | |
download | openttd-317beebd7d62fa082417c62e83bd56c9d26f84f7.tar.xz |
(svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h
-rw-r--r-- | w32dm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include "openttd.h" #include "string.h" +#include "variables.h" #include "sound.h" #include "hal.h" |