summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-10 17:21:05 +0000
committertron <tron@openttd.org>2005-11-10 17:21:05 +0000
commit1c867927a3a8b8c26e1758bbd1f367a4f684e084 (patch)
tree0f99074cdc2adead77d324fa47a3344b0f98a00d /win32.c
parent53ddd87dc24ec328d1019b90c633a56ee4bc37e8 (diff)
downloadopenttd-1c867927a3a8b8c26e1758bbd1f367a4f684e084.tar.xz
(svn r3163) Include header for toupper()
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index 68ef27705..592567360 100644
--- a/win32.c
+++ b/win32.c
@@ -18,6 +18,7 @@
#include <fcntl.h>
#include "variables.h"
#include "win32.h"
+#include <ctype.h>
static bool _has_console;