From e43bb12f402c7de72113a24701fcd17024e1f25c Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 3 Oct 2011 13:16:48 -0400 Subject: e2fsprogs: include headers for open() in ext2fs.h ext2fs.h now calls open() so it should include the headers needed for this system call as well. Addresses-Red-Hat-Bugzilla: #742147 Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- lib/ext2fs/ext2fs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h index 357bf60f..7df0b0d2 100644 --- a/lib/ext2fs/ext2fs.h +++ b/lib/ext2fs/ext2fs.h @@ -57,6 +57,9 @@ extern "C" { #include #include #include +#include +#include +#include #ifndef __USE_XOPEN2K /* If the "#define _XOPEN_SOURCE 600" didn't succeed in declaring -- cgit v1.2.3