From 0dfc4d484c613f710d30ce69b0a8c256d892199e Mon Sep 17 00:00:00 2001 From: David Blasby Date: Thu, 16 Oct 2003 16:35:42 +0000 Subject: [PATCH] added #include for people using freeBSD (strk@keybit.net patch) git-svn-id: http://svn.osgeo.org/postgis/trunk@311 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/postgis.h b/postgis.h index 3f5d58bfd..51f9d1159 100644 --- a/postgis.h +++ b/postgis.h @@ -11,6 +11,9 @@ * ********************************************************************** * $Log$ + * Revision 1.34 2003/10/16 16:35:42 dblasby + * added #include for people using freeBSD (strk@keybit.net patch) + * * Revision 1.33 2003/08/08 18:19:20 dblasby * Conformance changes. * Removed junk from postgis_debug.c and added the first run of the long @@ -43,6 +46,7 @@ * of the base types (and a little bit of other info). */ +#include #include "utils/geo_decls.h" #define POINTTYPE 1 -- 2.40.0