[GRASS-SVN] r66404 - grass-addons/grass7/imagery/i.spec.unmix
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Sun Oct  4 02:25:28 PDT 2015
    
    
  
Author: martinl
Date: 2015-10-04 02:25:28 -0700 (Sun, 04 Oct 2015)
New Revision: 66404
Modified:
   grass-addons/grass7/imagery/i.spec.unmix/global.h
Log:
i.spec.unmix: fix compilation issue, add missing header
Modified: grass-addons/grass7/imagery/i.spec.unmix/global.h
===================================================================
--- grass-addons/grass7/imagery/i.spec.unmix/global.h	2015-10-03 07:36:37 UTC (rev 66403)
+++ grass-addons/grass7/imagery/i.spec.unmix/global.h	2015-10-04 09:25:28 UTC (rev 66404)
@@ -4,6 +4,7 @@
 #include <grass/config.h>
 #include <grass/gis.h>
 #include <grass/gmath.h>
+#include <grass/la.h>
 
 #ifndef GLOBAL
 #define GLOBAL extern
    
    
More information about the grass-commit
mailing list