Browse Source

add missing headers

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49764 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 years ago
parent
commit
2aceb141e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/gis/paths.c

+ 2 - 0
lib/gis/paths.c

@@ -7,9 +7,11 @@
 #include <pwd.h>
 #include <pwd.h>
 #else
 #else
 #include <windows.h>
 #include <windows.h>
+#include "aclapi.h"
 #endif
 #endif
 
 
 #include <grass/gis.h>
 #include <grass/gis.h>
+#include <grass/glocale.h>
 
 
 /**
 /**
  * \brief Creates a new directory
  * \brief Creates a new directory