]> granicus.if.org Git - postgis/commitdiff
Include <ctypes.h> for declaration of tolower() function
authorSandro Santilli <strk@keybit.net>
Thu, 25 Sep 2014 15:01:25 +0000 (15:01 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 25 Sep 2014 15:01:25 +0000 (15:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12997 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwutil.c

index 2f858f70d893ba3a09316455ac0c2cf15a62bcfc..713e6a28644a78597ed579cc03f1e268ffe8893f 100644 (file)
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
+#include <ctype.h> /* for tolower */
 
 /* Global variables */
 #include "../postgis_config.h"