From 6d723925cf7d4d489f87d55c4907cbb9e6257196 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 25 Mar 2016 20:47:03 +0100 Subject: [PATCH] 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 2fb4d65e92..3a0462127e 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) */