Add zfs_config include
This commit is contained in:
parent
f4731393a7
commit
b74b9388b9
|
@ -29,6 +29,8 @@
|
||||||
#ifndef _SYS_UNISTD_H
|
#ifndef _SYS_UNISTD_H
|
||||||
#define _SYS_UNISTD_H
|
#define _SYS_UNISTD_H
|
||||||
|
|
||||||
|
#include <zfs_config.h>
|
||||||
|
|
||||||
#if !defined(HAVE_IOCTL_IN_UNISTD_H)
|
#if !defined(HAVE_IOCTL_IN_UNISTD_H)
|
||||||
# if defined(HAVE_IOCTL_IN_SYS_IOCTL_H)
|
# if defined(HAVE_IOCTL_IN_SYS_IOCTL_H)
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
|
|
Loading…
Reference in New Issue