]> granicus.if.org Git - postgis/commitdiff
Fix implicit declaration of function 'tolower' warning
authorSandro Santilli <strk@keybit.net>
Fri, 10 May 2013 07:06:46 +0000 (07:06 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 10 May 2013 07:06:46 +0000 (07:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11396 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwalgorithm.c

index db0d7014f4bc8a6927383691a0b616ea3add6f7e..861e6daf90dc8d96c51565ef01b47e8ed676c96e 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "liblwgeom_internal.h"
 #include "lwgeom_log.h"
+#include <ctype.h> /* for tolower */
 
 
 /**