From be9b09ea854f26b6ce99a28cb73b9545abf5cb47 Mon Sep 17 00:00:00 2001 From: Jeff Lounsbury Date: Wed, 10 Sep 2003 22:44:56 +0000 Subject: [PATCH] got rid of warning... git-svn-id: http://svn.osgeo.org/postgis/trunk@302 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/pgsql2shp.c | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.50.1