commit: 2fd5891051cb756d8299747cc7fbe01bb0382c2c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Nov 19 20:27:50 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Nov 19 20:27:50 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=2fd58910
qfile: include sys/stat.h because we use fstat Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> qfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qfile.c b/qfile.c index 8fa6eb4..6c2ebb8 100644 --- a/qfile.c +++ b/qfile.c @@ -13,6 +13,7 @@ #include <xalloc.h> #include <sys/types.h> #include <fcntl.h> +#include <sys/stat.h> #include "atom.h" #include "basename.h"
