瀏覽代碼

libgis: include <errno.h> explicitly

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66396 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父節點
當前提交
fdcaa4a650
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/raster/open.c

+ 1 - 0
lib/raster/open.c

@@ -19,6 +19,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <errno.h>
 
 #include <grass/config.h>
 #include <grass/gis.h>