| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 06/11] xfsprogs: Add includes required for OS X builds |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Thu, 13 Aug 2015 16:07:07 +0200 |
| Cc: | hch@xxxxxxxxxxxxx, Jan Tulak <jtulak@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <20150804111841.GE18906@xxxxxxxxxxxxx> |
| References: | <20150804111841.GE18906@xxxxxxxxxxxxx> |
UPDATE: updated for libdisk gone 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: | Re: [PATCH] xfs: Fix xfs_attr_leafblock definition, Mark Tinguely |
|---|---|
| Next by Date: | [PATCH 10/11] xfsprogs: replace obsolete memalign with posix_memalign, Jan Tulak |
| Previous by Thread: | Re: [PATCH v3 06/11] xfsprogs: Add includes required for OS X builds, Christoph Hellwig |
| Next by Thread: | [PATCH v3 07/11] xfsprogs: missing and dummy calls for OS X support, Jan Tulak |
| Indexes: | [Date] [Thread] [Top] [All Lists] |