瀏覽代碼

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 年之前
父節點
當前提交
e465060972
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);