Browse Source

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 12 năm trước cách đây
mục cha
commit
e465060972
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/defs/gis.h

+ 1 - 0
include/defs/gis.h

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