[GRASS-SVN] r39006 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 14:20:09 EDT 2009


Author: glynn
Date: 2009-09-05 14:20:09 -0400 (Sat, 05 Sep 2009)
New Revision: 39006

Modified:
   grass/trunk/include/gmath.h
Log:
Include <stddef.h> for size_t


Modified: grass/trunk/include/gmath.h
===================================================================
--- grass/trunk/include/gmath.h	2009-09-05 18:19:11 UTC (rev 39005)
+++ grass/trunk/include/gmath.h	2009-09-05 18:20:09 UTC (rev 39006)
@@ -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