[GRASS-SVN] r55473 - grass/branches/releasebranch_6_4/lib/db/dbmi_driver

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 20 13:59:50 PDT 2013


Author: mmetz
Date: 2013-03-20 13:59:50 -0700 (Wed, 20 Mar 2013)
New Revision: 55473

Modified:
   grass/branches/releasebranch_6_4/lib/db/dbmi_driver/driver.c
Log:
dbmi_driver lib: add missing header

Modified: grass/branches/releasebranch_6_4/lib/db/dbmi_driver/driver.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/db/dbmi_driver/driver.c	2013-03-20 20:03:58 UTC (rev 55472)
+++ grass/branches/releasebranch_6_4/lib/db/dbmi_driver/driver.c	2013-03-20 20:59:50 UTC (rev 55473)
@@ -19,6 +19,7 @@
 #include <sys/stat.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <fcntl.h>
 #include <grass/gis.h>
 #include <grass/dbmi.h>
 #include "procs.h"



More information about the grass-commit mailing list