1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 16:09:10 +00:00

(svn r3163) Include header for toupper()

This commit is contained in:
tron
2005-11-10 17:21:05 +00:00
parent 53ddd87dc2
commit 1c867927a3

View File

@@ -18,6 +18,7 @@
#include <fcntl.h>
#include "variables.h"
#include "win32.h"
#include <ctype.h>
static bool _has_console;