Add zfs_config include

This commit is contained in:
Brian Behlendorf 2008-12-16 08:44:37 -08:00
parent f4731393a7
commit b74b9388b9
1 changed files with 2 additions and 0 deletions

View File

@ -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>