Include <ctypes.h> for declaration of tolower() function

git-svn-id: http://svn.osgeo.org/postgis/trunk@12997 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2014-09-25 15:01:25 +00:00
parent 66c0b69a60
commit bc9d3a31bb

View 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"