Include appropriate flag header on Linux.
This commit is contained in:
parent
c371b99774
commit
037a17e70b
@ -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…
Reference in New Issue
Block a user