| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH v3 06/11] xfsprogs: Add includes required for OS X builds |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Mon, 3 Aug 2015 16:39:44 +0200 |
| Cc: | david@xxxxxxxxxxxxx, hch@xxxxxxxxxxxxx, Jan Tulak <jtulak@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1438612789-17486-1-git-send-email-jtulak@xxxxxxxxxx> |
| References: | <1438612789-17486-1-git-send-email-jtulak@xxxxxxxxxx> |
Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> --- include/darwin.h | 5 +++++ libdisk/fstype.c | 1 + 2 files changed, 6 insertions(+) diff --git a/include/darwin.h b/include/darwin.h index 30f0052..2b470b4 100644 --- a/include/darwin.h +++ b/include/darwin.h @@ -24,6 +24,11 @@ #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 diff --git a/libdisk/fstype.c b/libdisk/fstype.c index 548f297..c8bde34 100644 --- a/libdisk/fstype.c +++ b/libdisk/fstype.c @@ -22,6 +22,7 @@ #include <stdlib.h> #include <string.h> #include <sys/stat.h> +#include <sys/types.h> #include "fstype.h" /* -- 2.4.3 |
| Previous by Date: | [PATCH v3 05/11] xfsprogs: Change OS X-specific CFLAGS/LDFLAGS, Jan Tulak |
|---|---|
| Next by Date: | [PATCH v3 07/11] xfsprogs: missing and dummy calls for OS X support, Jan Tulak |
| Previous by Thread: | Re: [PATCH v3 05/11] xfsprogs: Change OS X-specific CFLAGS/LDFLAGS, Christoph Hellwig |
| Next by Thread: | Re: [PATCH v3 06/11] xfsprogs: Add includes required for OS X builds, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |