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
commit388c7df1d7f1ac75eadecf30ac7241da6b47fb8c (patch)
tree0f99074cdc2adead77d324fa47a3344b0f98a00d /win32.c
parent17b97b7b636f06909c6cf925482608aa0d079dfe (diff)
downloadopenttd-388c7df1d7f1ac75eadecf30ac7241da6b47fb8c.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;