]> granicus.if.org Git - postgis/commitdiff
got rid of warning...
authorJeff Lounsbury <jeffloun@refractions.net>
Wed, 10 Sep 2003 22:44:56 +0000 (22:44 +0000)
committerJeff Lounsbury <jeffloun@refractions.net>
Wed, 10 Sep 2003 22:44:56 +0000 (22:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@302 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index 90314d3ff26bf3bd0721ca1b3d3a506ea44c2dfd..fc6c494db4aa5ba5e1fc8fe8700ffc5113036c3a 100644 (file)
@@ -10,6 +10,9 @@
  * 
  **********************************************************************
  * $Log$
+ * Revision 1.22  2003/09/10 22:44:56  jeffloun
+ * got rid of warning...
+ *
  * Revision 1.21  2003/09/10 22:40:11  jeffloun
  * changed it to make the field names in the dbf file capital letters
  *
@@ -27,6 +30,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 #include <math.h>
 #include "libpq-fe.h"
 #include "shapefil.h"