Include appropriate flag header on Linux.
This commit is contained in:
parent
b54dd16b5a
commit
d6e4944c5b
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user