]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
build: Add includes required for OS X
authorJan Tulak <jtulak@redhat.com>
Tue, 13 Oct 2015 23:58:00 +0000 (10:58 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 13 Oct 2015 23:58:00 +0000 (10:58 +1100)
Delta patch, an older version missing 3 includes was merged
into 4.2.0-rc2.

Signed-off-by: Jan Tulak <jtulak@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/darwin.h

index 4b7ba3a7303bf706675805a1a3e5281b8a88c51e..fe489a6aeb59eed8b886add334dd9127f0b075d8 100644 (file)
@@ -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>