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 | 1c0a9636bc6d7cea50e8011e93366c2a97516a68 (patch) | |
tree | f08da20d20574e3cfdcb3c4c961718e9b2749431 | |
parent | 5fd69294ee2e4a8687d27c33557065ff3352519d (diff) | |
download | openttd-1c0a9636bc6d7cea50e8011e93366c2a97516a68.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; |