From: Ruediger Meier Date: Mon, 22 Feb 2016 15:49:15 +0000 (+0100) Subject: lib: include sys/stat.h for struct stat X-Git-Tag: v2.28-rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e210cfc8c8787c57129113ea21233372f6dfa684;p=thirdparty%2Futil-linux.git lib: include sys/stat.h for struct stat Compiler warning: 'struct stat' will not be visible outside of this function [-Wvisibility] Signed-off-by: Ruediger Meier --- diff --git a/include/blkdev.h b/include/blkdev.h index 46fb2cef05..62eda82af9 100644 --- a/include/blkdev.h +++ b/include/blkdev.h @@ -14,6 +14,7 @@ #endif #include #include +#include #ifdef HAVE_SYS_MKDEV_H # include /* major and minor on Solaris */