[GRASS-SVN] r40853 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 7 20:50:11 EST 2010


Author: hamish
Date: 2010-02-07 20:50:10 -0500 (Sun, 07 Feb 2010)
New Revision: 40853

Modified:
   grass/trunk/lib/raster/raster.c
Log:
include string.h for memcpy()

Modified: grass/trunk/lib/raster/raster.c
===================================================================
--- grass/trunk/lib/raster/raster.c	2010-02-08 01:27:07 UTC (rev 40852)
+++ grass/trunk/lib/raster/raster.c	2010-02-08 01:50:10 UTC (rev 40853)
@@ -12,6 +12,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
 



More information about the grass-commit mailing list