[GRASS-SVN] r39007 - grass/trunk/raster/r.in.poly

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 14:21:35 EDT 2009


Author: glynn
Date: 2009-09-05 14:21:35 -0400 (Sat, 05 Sep 2009)
New Revision: 39007

Modified:
   grass/trunk/raster/r.in.poly/local_proto.h
Log:
Include <grass/raster.h> for "struct Categories"


Modified: grass/trunk/raster/r.in.poly/local_proto.h
===================================================================
--- grass/trunk/raster/r.in.poly/local_proto.h	2009-09-05 18:20:09 UTC (rev 39006)
+++ grass/trunk/raster/r.in.poly/local_proto.h	2009-09-05 18:21:35 UTC (rev 39007)
@@ -1,3 +1,5 @@
+#include <grass/raster.h>
+
 /* get_item.c */
 int get_item(FILE *, int *, long *, double **, double **, int *,
 	     struct Categories *);



More information about the grass-commit mailing list