소스 검색

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>