Contrariwise, Linux sys/stat.h doesn't define mode_t and friends,
even though POSIX requires it. <sigh>
This commit is contained in:
parent
7a64d8d74c
commit
bf0c356cdf
@ -28,6 +28,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h> /* Linux doesn't define mode_t, etc. in sys/stat.h. */
|
||||
#include <archive_entry.h>
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user