summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.c
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-05-02 00:38:38 +0000
committerkientzle <kientzle@FreeBSD.org>2004-05-02 00:38:38 +0000
commitd6e4944c5b6b054356fa2039cfebfe12d144c290 (patch)
tree25c868f8ca375c89abecad666fbe8434db026bc0 /lib/libarchive/archive_entry.c
parentb54dd16b5a398e5328a74165a5147f40909bd76d (diff)
downloadFreeBSD-src-d6e4944c5b6b054356fa2039cfebfe12d144c290.zip
FreeBSD-src-d6e4944c5b6b054356fa2039cfebfe12d144c290.tar.gz
Include appropriate flag header on Linux.
Diffstat (limited to 'lib/libarchive/archive_entry.c')
-rw-r--r--lib/libarchive/archive_entry.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libarchive/archive_entry.c b/lib/libarchive/archive_entry.c
index 0aedaeb..71a74f0 100644
--- a/lib/libarchive/archive_entry.c
+++ b/lib/libarchive/archive_entry.c
@@ -35,6 +35,10 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <wchar.h>
+#ifdef LINUX
+#include <ext2fs/ext2_fs.h> /* for Linux file flags */
+#endif
+
#include "archive.h"
#include "archive_entry.h"
OpenPOWER on IntegriCloud