[GRASS-SVN] r39009 - grass/branches/develbranch_6/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 14:22:33 EDT 2009
Author: neteler
Date: 2009-09-05 14:22:33 -0400 (Sat, 05 Sep 2009)
New Revision: 39009
Modified:
grass/branches/develbranch_6/include/gmath.h
Log:
Include <stddef.h> for size_t (merge from trunk, r39006)
Modified: grass/branches/develbranch_6/include/gmath.h
===================================================================
--- grass/branches/develbranch_6/include/gmath.h 2009-09-05 18:22:26 UTC (rev 39008)
+++ grass/branches/develbranch_6/include/gmath.h 2009-09-05 18:22:33 UTC (rev 39009)
@@ -28,6 +28,7 @@
/* only include if available */
#include <grass/la.h>
#endif
+#include <stddef.h>
#define G_MATH_NORMAL_LES 0
More information about the grass-commit
mailing list