diff options
author | tron <tron@openttd.org> | 2005-11-10 17:21:05 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-11-10 17:21:05 +0000 |
commit | 1c867927a3a8b8c26e1758bbd1f367a4f684e084 (patch) | |
tree | 0f99074cdc2adead77d324fa47a3344b0f98a00d | |
parent | 53ddd87dc24ec328d1019b90c633a56ee4bc37e8 (diff) | |
download | openttd-1c867927a3a8b8c26e1758bbd1f367a4f684e084.tar.xz |
(svn r3163) Include header for toupper()
-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; |