[GRASS-SVN] r49764 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 15 04:56:52 EST 2011


Author: mmetz
Date: 2011-12-15 01:56:52 -0800 (Thu, 15 Dec 2011)
New Revision: 49764

Modified:
   grass/trunk/lib/gis/paths.c
Log:
add missing headers

Modified: grass/trunk/lib/gis/paths.c
===================================================================
--- grass/trunk/lib/gis/paths.c	2011-12-15 06:49:42 UTC (rev 49763)
+++ grass/trunk/lib/gis/paths.c	2011-12-15 09:56:52 UTC (rev 49764)
@@ -7,9 +7,11 @@
 #include <pwd.h>
 #else
 #include <windows.h>
+#include "aclapi.h"
 #endif
 
 #include <grass/gis.h>
+#include <grass/glocale.h>
 
 /**
  * \brief Creates a new directory



More information about the grass-commit mailing list