diff options
author | Darkvater <darkvater@openttd.org> | 2006-08-01 19:24:29 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-08-01 19:24:29 +0000 |
commit | 5bcaef5d8640598a5d3252f961bcd16e60bf0efb (patch) | |
tree | 0c1c58d8bbf4cf13ff5cebd6244513ba0ddb52a3 /win32.c | |
parent | c5a36329294206ed79084483c66543c5b88ed005 (diff) | |
download | openttd-5bcaef5d8640598a5d3252f961bcd16e60bf0efb.tar.xz |
(svn r5698) - Fix [r5697]: don't remove ctype include for win32.c; needed for toupper...ugh
Diffstat (limited to 'win32.c')
-rw-r--r-- | win32.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include <fcntl.h> #include "variables.h" #include "win32.h" +#include <ctype.h> static bool _has_console; |