[GRASS-SVN] r39008 - grass/branches/releasebranch_6_4/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 14:22:27 EDT 2009
Author: neteler
Date: 2009-09-05 14:22:26 -0400 (Sat, 05 Sep 2009)
New Revision: 39008
Modified:
grass/branches/releasebranch_6_4/include/gmath.h
Log:
Include <stddef.h> for size_t (merge from trunk, r39006)
Modified: grass/branches/releasebranch_6_4/include/gmath.h
===================================================================
--- grass/branches/releasebranch_6_4/include/gmath.h 2009-09-05 18:21:35 UTC (rev 39007)
+++ grass/branches/releasebranch_6_4/include/gmath.h 2009-09-05 18:22:26 UTC (rev 39008)
@@ -29,6 +29,7 @@
/* only include if available */
#include <grass/la.h>
#endif
+#include <stddef.h>
/* fft.c */
int fft(int, double *[2], int, int, int);
More information about the grass-commit
mailing list