[GRASS-SVN] r47946 - grass/trunk/lib/db/dbmi_client
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 29 13:35:50 EDT 2011
Author: martinl
Date: 2011-08-29 10:35:50 -0700 (Mon, 29 Aug 2011)
New Revision: 47946
Modified:
grass/trunk/lib/db/dbmi_client/shutdown.c
Log:
dbmi: add missing header (r47937)
Modified: grass/trunk/lib/db/dbmi_client/shutdown.c
===================================================================
--- grass/trunk/lib/db/dbmi_client/shutdown.c 2011-08-29 16:50:19 UTC (rev 47945)
+++ grass/trunk/lib/db/dbmi_client/shutdown.c 2011-08-29 17:35:50 UTC (rev 47946)
@@ -20,6 +20,7 @@
#include <sys/wait.h>
#endif
#include <grass/dbmi.h>
+#include <grass/spawn.h>
#include "macros.h"
/*!
@@ -38,9 +39,6 @@
*/
int db_shutdown_driver(dbDriver * driver)
{
-#ifndef __MINGW32__
- int pid;
-#endif
int status;
#ifdef __MINGW32__
More information about the grass-commit
mailing list