[GRASS-SVN] r71254 - grass/trunk/general/g.parser

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 10 14:24:51 PDT 2017


Author: mmetz
Date: 2017-07-10 14:24:51 -0700 (Mon, 10 Jul 2017)
New Revision: 71254

Modified:
   grass/trunk/general/g.parser/revoke.c
Log:
g.parser: add missing header

Modified: grass/trunk/general/g.parser/revoke.c
===================================================================
--- grass/trunk/general/g.parser/revoke.c	2017-07-10 20:34:43 UTC (rev 71253)
+++ grass/trunk/general/g.parser/revoke.c	2017-07-10 21:24:51 UTC (rev 71254)
@@ -5,6 +5,7 @@
 
 #include "proto.h"
 
+#include <grass/spawn.h>
 #include <grass/glocale.h>
 
 int reinvoke_script(const struct context *ctx, const char *filename)



More information about the grass-commit mailing list