[GRASS-SVN] r66916 - grass/trunk/general/g.gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 24 13:54:25 PST 2015
Author: martinl
Date: 2015-11-24 13:54:25 -0800 (Tue, 24 Nov 2015)
New Revision: 66916
Modified:
grass/trunk/general/g.gui/main.c
Log:
g.gui: add missing header
Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c 2015-11-24 20:33:46 UTC (rev 66915)
+++ grass/trunk/general/g.gui/main.c 2015-11-24 21:54:25 UTC (rev 66916)
@@ -18,6 +18,8 @@
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
+
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/spawn.h>
More information about the grass-commit
mailing list