From 4a0f8e4346d304b6e22e93200be3739550a99516 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 12 Dec 2013 21:04:45 +0100 Subject: [PATCH] compat.c - need to include to get rid of implicit declaration of tolower (confirmed on both Wii and OSX) --- compat/compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/compat.c b/compat/compat.c index 469ec6e228..4de76e1564 100644 --- a/compat/compat.c +++ b/compat/compat.c @@ -23,6 +23,7 @@ #include "../boolean.h" #include #include +#include #ifdef _MSC_VER #include "../msvc/msvc_compat.h" #endif