(svn r3163) Include header for toupper()

This commit is contained in:
tron 2005-11-10 17:21:05 +00:00
parent 17b97b7b63
commit 388c7df1d7

View File

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