| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 03/11] xfsprogs: Add includes required for OS X builds (delta) |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Wed, 26 Aug 2015 14:02:27 +0200 |
| Cc: | david@xxxxxxxxxxxxx, hch@xxxxxxxxxxxxx, Jan Tulak <jtulak@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1440590555-20463-1-git-send-email-jtulak@xxxxxxxxxx> |
| References: | <1440590449-20372-1-git-send-email-jtulak@xxxxxxxxxx> <1440590555-20463-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> --- include/darwin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/darwin.h b/include/darwin.h index b904898..8b5a661 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.5 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 00/11 v4] xfsprogs: Partial OSX support, Jan Tulak |
|---|---|
| Next by Date: | [PATCH 04/11] xfsprogs: Add autoconf check for fsetxattr call, Jan Tulak |
| Previous by Thread: | [PATCH 01/11] xfsprogs: Add a way to compile without blkid, Jan Tulak |
| Next by Thread: | Re: [PATCH 03/11] xfsprogs: Add includes required for OS X builds (delta), Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |