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:
parent
fc46c795e1
commit
6d723925cf
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue