# HG changeset patch # User tron # Date 1131643265 0 # Node ID ace2fa59666d2819303941dcefa6c76b0cd05c46 # Parent 73167d7e30c787a5434871322fffb0c2a9188c0d (svn r3163) Include header for toupper() diff -r 73167d7e30c7 -r ace2fa59666d win32.c --- a/win32.c Thu Nov 10 15:23:55 2005 +0000 +++ b/win32.c Thu Nov 10 17:21:05 2005 +0000 @@ -18,6 +18,7 @@ #include #include "variables.h" #include "win32.h" +#include static bool _has_console;