[GRASS-SVN] r32764 - in grass/branches/develbranch_6:
include/iostream lib/iostream
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 14 08:48:39 EDT 2008
Author: pkelly
Date: 2008-08-14 08:48:38 -0400 (Thu, 14 Aug 2008)
New Revision: 32764
Modified:
grass/branches/develbranch_6/include/iostream/mem_stream.h
grass/branches/develbranch_6/lib/iostream/ami_stream.cc
Log:
#include <cstring> in header files that use strcpy()
Modified: grass/branches/develbranch_6/include/iostream/mem_stream.h
===================================================================
--- grass/branches/develbranch_6/include/iostream/mem_stream.h 2008-08-14 12:19:06 UTC (rev 32763)
+++ grass/branches/develbranch_6/include/iostream/mem_stream.h 2008-08-14 12:48:38 UTC (rev 32764)
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <assert.h>
+#include <cstring>
#include <iostream>
using namespace std;
Modified: grass/branches/develbranch_6/lib/iostream/ami_stream.cc
===================================================================
--- grass/branches/develbranch_6/lib/iostream/ami_stream.cc 2008-08-14 12:19:06 UTC (rev 32763)
+++ grass/branches/develbranch_6/lib/iostream/ami_stream.cc 2008-08-14 12:48:38 UTC (rev 32764)
@@ -25,8 +25,6 @@
#include <errno.h>
#include <unistd.h>
-#include <cstring>
-
//#include <ami_stream.h>
#include <grass/iostream/ami_stream.h>
More information about the grass-commit
mailing list