From afe4e011ac5ab49cb7a24c9c0da262b50ed68130 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 26 Jan 2007 03:25:19 +0000 Subject: Move tolower() etc to ctype.h as per ISO C --- src/core/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/string.c') diff --git a/src/core/string.c b/src/core/string.c index da35e208..353abd6f 100644 --- a/src/core/string.c +++ b/src/core/string.c @@ -24,6 +24,7 @@ #include #include #include +#include /* *** FROM string.c *** */ -- cgit v1.2.3-55-g7522