diff options
author | tron <tron@openttd.org> | 2005-07-27 20:08:52 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-27 20:08:52 +0000 |
commit | 2ff85cdc56d6982430c9d399f278603b0d488234 (patch) | |
tree | f08da20d20574e3cfdcb3c4c961718e9b2749431 | |
parent | 5821529859b84d9ba264bf8b0b9267c900ed4103 (diff) | |
download | openttd-2ff85cdc56d6982430c9d399f278603b0d488234.tar.xz |
(svn r2729) Fix #include
-rw-r--r-- | win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,7 @@ #include "openttd.h" #include "debug.h" #include "functions.h" +#include "hal.h" #include "macros.h" #include "saveload.h" #include "string.h" @@ -17,7 +18,6 @@ #include <fcntl.h> #include "variables.h" #include "win32.h" -#include "video/win32_v.h" static bool _has_console; |