[GRASS-SVN] r66414 - grass-addons/grass7/imagery/i.spec.sam
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 4 06:19:41 PDT 2015
Author: neteler
Date: 2015-10-04 06:19:41 -0700 (Sun, 04 Oct 2015)
New Revision: 66414
Modified:
grass-addons/grass7/imagery/i.spec.sam/main.c
grass-addons/grass7/imagery/i.spec.sam/open.c
Log:
i.spec.sam: fix glocale headers
Modified: grass-addons/grass7/imagery/i.spec.sam/main.c
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/main.c 2015-10-04 13:08:45 UTC (rev 66413)
+++ grass-addons/grass7/imagery/i.spec.sam/main.c 2015-10-04 13:19:41 UTC (rev 66414)
@@ -23,7 +23,7 @@
#include <grass/raster.h>
#include <grass/imagery.h>
#include <grass/gmath.h>
-/*#include <grass/glocale.h>*/
+#include <grass/glocale.h>
#include "local_proto.h"
#include "global.h"
Modified: grass-addons/grass7/imagery/i.spec.sam/open.c
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/open.c 2015-10-04 13:08:45 UTC (rev 66413)
+++ grass-addons/grass7/imagery/i.spec.sam/open.c 2015-10-04 13:19:41 UTC (rev 66414)
@@ -9,6 +9,7 @@
#include <grass/raster.h>
#include <grass/imagery.h>
#include <grass/gmath.h>
+#include <grass/glocale.h>
int G_matrix_read2(FILE * fp, mat_struct * out); /* Modified version of G_matrix_read(..). */
More information about the grass-commit
mailing list