Merge pull request #926 from WaluigiWare64/fix/freebsd-include-aflink
Fix FreeBSD undefined identifier issues in Lan_PCap.cpp
This commit is contained in:
commit
1d8e302c13
|
@ -36,7 +36,8 @@
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include <linux/if_packet.h>
|
#include <linux/if_packet.h>
|
||||||
#else
|
#else
|
||||||
#include <net/if_dl.h>
|
#include <net/if.h>
|
||||||
|
#include <net/if_dl.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue