1
0
Fork 0

(svn r3163) Include header for toupper()

release/0.4.5
tron 2005-11-10 17:21:05 +00:00
parent 53ddd87dc2
commit 1c867927a3
1 changed files with 1 additions and 0 deletions

View File

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