[PATCH 05/14] xfsprogs: Add includes required for OS X builds (delta)
Jan Tulak
jtulak at redhat.com
Tue Sep 15 04:59:15 CDT 2015
Delta patch, an older version missing 3 includes was merged
into 4.2.0-rc2.
Signed-off-by: Jan Tulak <jtulak at redhat.com>
Reviewed-by: Christoph Hellwig <hch at lst.de>
---
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
More information about the xfs
mailing list