| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 04/11] xfsprogs: Add includes required for OS X builds |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Mon, 17 Aug 2015 18:23:19 +0200 |
| Cc: | hch@xxxxxxxxxxxxx, Jan Tulak <jtulak@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1439828606-7886-1-git-send-email-jtulak@xxxxxxxxxx> |
| References: | <1439828606-7886-1-git-send-email-jtulak@xxxxxxxxxx> |
Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> --- include/darwin.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/darwin.h b/include/darwin.h index abdf4e3..8b5a661 100644 --- a/include/darwin.h +++ b/include/darwin.h @@ -18,12 +18,20 @@ #ifndef __XFS_DARWIN_H__ #define __XFS_DARWIN_H__ +#include <unistd.h> +#include <sys/types.h> +#include <string.h> #include <uuid/uuid.h> #include <libgen.h> #include <sys/vm.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <sys/mount.h> +#include <sys/types.h> +#include <ftw.h> +#include <mach/mach_time.h> +#include <inttypes.h> +#include <stdio.h> #include <machine/endian.h> #define __BYTE_ORDER BYTE_ORDER -- 2.4.5 |
| Previous by Date: | [PATCH 06/11] xfsprogs: Add mntent.h check into autoconf, Jan Tulak |
|---|---|
| Next by Date: | [PATCH 07/11] xfsprogs: Add fls check into autoconf, Jan Tulak |
| Previous by Thread: | Re: [PATCH 06/11] xfsprogs: Add mntent.h check into autoconf, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 04/11] xfsprogs: Add includes required for OS X builds, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |