zpool: The NetBSD specific ioctl needs to include sys/ioctl.h
This commit is contained in:
parent
02f33d7bd0
commit
0495ebef35
|
@ -80,6 +80,7 @@
|
|||
#endif
|
||||
#ifdef __NetBSD__
|
||||
#include <sys/disklabel.h>
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#include "zpool_util.h"
|
||||
|
|
Loading…
Reference in New Issue