Whamcloud - gitweb
e2fsprogs: include headers for open() in ext2fs.h
authorEric Sandeen <sandeen@redhat.com>
Mon, 3 Oct 2011 17:16:48 +0000 (13:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 3 Oct 2011 17:16:52 +0000 (13:16 -0400)
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 <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2fs.h

index 357bf60..7df0b0d 100644 (file)
@@ -57,6 +57,9 @@ extern "C" {
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
 
 #ifndef __USE_XOPEN2K
 /* If the "#define _XOPEN_SOURCE 600" didn't succeed in declaring