changeset 2623:b582ec4184b5 draft

(svn r3163) Include header for toupper()
author tron <tron@openttd.org>
date Thu, 10 Nov 2005 17:21:05 +0000
parents 3a7318657dda
children 2b406842cad4
files win32.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;