mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue