[GRASS-SVN] r31002 - grass/trunk/general/manage/lib
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 15 07:19:20 EDT 2008
Author: martinl
Date: 2008-04-15 07:19:20 -0400 (Tue, 15 Apr 2008)
New Revision: 31002
Modified:
grass/trunk/general/manage/lib/do_copy.c
Log:
do_copy.c: missing header added (unistd.h)
Modified: grass/trunk/general/manage/lib/do_copy.c
===================================================================
--- grass/trunk/general/manage/lib/do_copy.c 2008-04-15 10:06:12 UTC (rev 31001)
+++ grass/trunk/general/manage/lib/do_copy.c 2008-04-15 11:19:20 UTC (rev 31002)
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#include <grass/gis.h>
#include <grass/Vect.h>
#include "list.h"
More information about the grass-commit
mailing list