Add include for Linux-specific ioctl()
This commit is contained in:
parent
c512a74738
commit
e68f0566d5
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/sockios.h>
|
||||
#include <net/if.h>
|
||||
|
||||
#include <hexagram/capture.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue