[GRASS-SVN] r52566 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 6 09:52:12 PDT 2012
Author: martinl
Date: 2012-08-06 09:52:11 -0700 (Mon, 06 Aug 2012)
New Revision: 52566
Modified:
grass/trunk/lib/raster/xdr.c
Log:
rasterlib: add missing header
Modified: grass/trunk/lib/raster/xdr.c
===================================================================
--- grass/trunk/lib/raster/xdr.c 2012-08-06 16:41:58 UTC (rev 52565)
+++ grass/trunk/lib/raster/xdr.c 2012-08-06 16:52:11 UTC (rev 52566)
@@ -1,5 +1,6 @@
#include <stdlib.h>
+#include <string.h>
#include <grass/raster.h>
#include "R.h"
More information about the grass-commit
mailing list