]> granicus.if.org Git - postgis/commitdiff
added #include <sys/types.h> for people using freeBSD (strk@keybit.net patch)
authorDavid Blasby <dblasby@gmail.com>
Thu, 16 Oct 2003 16:35:42 +0000 (16:35 +0000)
committerDavid Blasby <dblasby@gmail.com>
Thu, 16 Oct 2003 16:35:42 +0000 (16:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@311 b70326c6-7e19-0410-871a-916f4a2858ee

postgis.h

index 3f5d58bfd39792d811928446c56aa774d43d5d87..51f9d11596722233e59d34898d7a1836e816ee09 100644 (file)
--- a/postgis.h
+++ b/postgis.h
@@ -11,6 +11,9 @@
  *
  **********************************************************************
  * $Log$
+ * Revision 1.34  2003/10/16 16:35:42  dblasby
+ * added #include <sys/types.h> 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 <sys/types.h>
 #include "utils/geo_decls.h"
 
 #define        POINTTYPE       1