[GRASS-SVN] r39609 - grass/branches/develbranch_6/vector/v.to.db

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


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

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

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



More information about the grass-commit mailing list