[GRASS-SVN] r46175 - grass/trunk/lib/vector/rtree

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 4 02:56:02 EDT 2011


Author: mmetz
Date: 2011-05-03 23:56:02 -0700 (Tue, 03 May 2011)
New Revision: 46175

Modified:
   grass/trunk/lib/vector/rtree/index.h
Log:
fix header

Modified: grass/trunk/lib/vector/rtree/index.h
===================================================================
--- grass/trunk/lib/vector/rtree/index.h	2011-05-03 20:45:54 UTC (rev 46174)
+++ grass/trunk/lib/vector/rtree/index.h	2011-05-04 06:56:02 UTC (rev 46175)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <sys/types.h>
+#include <grass/config.h>
 
 /* PGSIZE is normally the natural page size of the machine */
 #define PGSIZE	512



More information about the grass-commit mailing list