Explorar o código

defs/gis.h: include sys/stat.h for G_(l)stat()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56983 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=12) %!d(string=hai) anos
pai
achega
e465060972
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/defs/gis.h

+ 1 - 0
include/defs/gis.h

@@ -61,6 +61,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 
 /* adj_cellhd.c */
 void G_adjust_Cell_head(struct Cell_head *, int, int);