From bc9d3a31bb9f15f6680cd320df79373b8e412d29 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 25 Sep 2014 15:01:25 +0000 Subject: [PATCH] Include for declaration of tolower() function git-svn-id: http://svn.osgeo.org/postgis/trunk@12997 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwutil.c | 1 + 1 file changed, 1 insertion(+) 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"