diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-05-02 00:38:38 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-05-02 00:38:38 +0000 |
| commit | 037a17e70b279147b9323263c594ee5fdff0c9ee (patch) | |
| tree | 25c868f8ca375c89abecad666fbe8434db026bc0 /lib | |
| parent | c371b99774be2bc55eae44bc6059575a5e01f214 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libarchive/archive_entry.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libarchive/archive_entry.c b/lib/libarchive/archive_entry.c index 0aedaeba469ba..71a74f0c0632c 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" |
