mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 09:22:57 +00:00
merged feature raw network interface
This commit is contained in:
commit
784e378ede
18 changed files with 293 additions and 25 deletions
|
@ -125,6 +125,12 @@
|
|||
#if HAVE_LINUX_ERRQUEUE_H
|
||||
#include <linux/errqueue.h> /* struct sock_extended_err */
|
||||
#endif
|
||||
#if HAVE_NETPACKET_PACKET_H
|
||||
#include <netpacket/packet.h>
|
||||
#endif
|
||||
#if HAVE_NETINET_IF_ETHER_H
|
||||
#include <netinet/if_ether.h>
|
||||
#endif
|
||||
#if HAVE_LINUX_IF_TUN_H
|
||||
#include <linux/if_tun.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue