| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 05/14] xfsprogs: Add includes required for OS X builds (delta) |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Tue, 15 Sep 2015 11:59:15 +0200 |
| Cc: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1442311164-12921-1-git-send-email-jtulak@xxxxxxxxxx> |
| References: | <1442311164-12921-1-git-send-email-jtulak@xxxxxxxxxx> |
Delta patch, an older version missing 3 includes was merged into 4.2.0-rc2. Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> --- include/darwin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/darwin.h b/include/darwin.h index 4b7ba3a..fe489a6 100644 --- a/include/darwin.h +++ b/include/darwin.h @@ -18,6 +18,9 @@ #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> -- 2.4.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 04/14] xfsprogs: prefix XATTR_LIST_MAX with XFS_, Jan Tulak |
|---|---|
| Next by Date: | [PATCH 02/14] xfsprogs: Add XATTR_LIST_MAX to OS X headers, Jan Tulak |
| Previous by Thread: | Re: [PATCH 04/14] xfsprogs: prefix XATTR_LIST_MAX with XFS_, Dave Chinner |
| Next by Thread: | [PATCH 02/14] xfsprogs: Add XATTR_LIST_MAX to OS X headers, Jan Tulak |
| Indexes: | [Date] [Thread] [Top] [All Lists] |