[PATCH 03/11] xfsprogs: Add includes required for OS X builds (delta)
Jan Tulak
jtulak at redhat.com
Wed Aug 26 07:02:27 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>
---
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
More information about the xfs
mailing list