From: Jeff Lounsbury Date: Wed, 10 Sep 2003 22:44:56 +0000 (+0000) Subject: got rid of warning... X-Git-Tag: pgis_0_8_0~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be9b09ea854f26b6ce99a28cb73b9545abf5cb47;p=postgis got rid of warning... git-svn-id: http://svn.osgeo.org/postgis/trunk@302 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/pgsql2shp.c b/loader/pgsql2shp.c index 90314d3ff..fc6c494db 100644 --- a/loader/pgsql2shp.c +++ b/loader/pgsql2shp.c @@ -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 #include #include +#include #include #include "libpq-fe.h" #include "shapefil.h"