From: Sandro Santilli Date: Fri, 10 May 2013 07:06:46 +0000 (+0000) Subject: Fix implicit declaration of function 'tolower' warning X-Git-Tag: 2.1.0beta2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=512eeff20d793dcb850370f036652ef463ecd548;p=postgis Fix implicit declaration of function 'tolower' warning git-svn-id: http://svn.osgeo.org/postgis/trunk@11396 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwalgorithm.c b/liblwgeom/lwalgorithm.c index db0d7014f..861e6daf9 100644 --- a/liblwgeom/lwalgorithm.c +++ b/liblwgeom/lwalgorithm.c @@ -12,6 +12,7 @@ #include "liblwgeom_internal.h" #include "lwgeom_log.h" +#include /* for tolower */ /**