From: Sandro Santilli Date: Thu, 25 Sep 2014 15:01:25 +0000 (+0000) Subject: Include for declaration of tolower() function X-Git-Tag: 2.2.0rc1~834 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc9d3a31bb9f15f6680cd320df79373b8e412d29;p=postgis Include for declaration of tolower() function git-svn-id: http://svn.osgeo.org/postgis/trunk@12997 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwutil.c b/liblwgeom/lwutil.c index 2f858f70d..713e6a286 100644 --- a/liblwgeom/lwutil.c +++ b/liblwgeom/lwutil.c @@ -2,6 +2,7 @@ #include #include #include +#include /* for tolower */ /* Global variables */ #include "../postgis_config.h"