Add missing fcntl.h to includes in mount_zfs.c

This is needed for musl libc

Signed-off-by: Carlo Landmeter <clandmeter@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4456
This commit is contained in:
Carlo Landmeter 2016-03-25 20:47:03 +01:00 committed by Brian Behlendorf
parent fc46c795e1
commit 6d723925cf
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <libzfs.h>
#include <locale.h>
#include <getopt.h>
#include <fcntl.h>
#define ZS_COMMENT 0x00000000 /* comment */
#define ZS_ZFSUTIL 0x00000001 /* caller is zfs(8) */