[GRASS-SVN] r39608 - grass/branches/releasebranch_6_4/vector/v.to.db

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 21 16:33:20 EDT 2009


Author: neteler
Date: 2009-10-21 16:33:18 -0400 (Wed, 21 Oct 2009)
New Revision: 39608

Modified:
   grass/branches/releasebranch_6_4/vector/v.to.db/main.c
Log:
include fix

Modified: grass/branches/releasebranch_6_4/vector/v.to.db/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.to.db/main.c	2009-10-21 19:30:41 UTC (rev 39607)
+++ grass/branches/releasebranch_6_4/vector/v.to.db/main.c	2009-10-21 20:33:18 UTC (rev 39608)
@@ -15,6 +15,7 @@
  *
  *****************************************************************************/
 
+#include <stdlib.h>
 #define MAIN
 #include <grass/glocale.h>
 #include "global.h"



More information about the grass-commit mailing list