From 401951765dcf49c5a993280bf6a93b89c7f01bb8 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 25 Mar 2016 20:47:03 +0100 Subject: [PATCH 3/8] Add missing fcntl.h to includes in mount_zfs.c This is needed for musl libc Signed-off-by: Carlo Landmeter Signed-off-by: Brian Behlendorf Closes #4456 --- cmd/mount_zfs/mount_zfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/mount_zfs/mount_zfs.c b/cmd/mount_zfs/mount_zfs.c index bd860cb..a939744 100644 --- a/cmd/mount_zfs/mount_zfs.c +++ b/cmd/mount_zfs/mount_zfs.c @@ -33,6 +33,7 @@ #include #include #include +#include #define ZS_COMMENT 0x00000000 /* comment */ #define ZS_ZFSUTIL 0x00000001 /* caller is zfs(8) */ -- 2.7.4