missing linux headers.

This commit is contained in:
Kelvin Sherlock 2019-03-25 16:34:31 -04:00
parent 2a82de3d54
commit eabcc72005
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@
#include "rawnetarch.h"
#include "rawnetsupp.h"
#if defined(__linux__)
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
#endif
/*
* FIXME: rename all remaining tfe_ stuff to rawnet_
*/