Move zfs_config.h include to command line -include
Remove the few places in the code where zfs_config.h is included. It is now added to the gcc compile line to ensure the config results
This commit is contained in:
parent
ff4507b28e
commit
ee2a998f37
|
@ -29,8 +29,6 @@
|
|||
#ifndef _LIBSPL_UNISTD_H
|
||||
#define _LIBSPL_UNISTD_H
|
||||
|
||||
#include <zfs_config.h>
|
||||
|
||||
#if !defined(HAVE_IOCTL_IN_UNISTD_H)
|
||||
# if defined(HAVE_IOCTL_IN_SYS_IOCTL_H)
|
||||
# include <sys/ioctl.h>
|
||||
|
|
Loading…
Reference in New Issue