mirror of
https://repo.or.cz/socat.git
synced 2025-07-06 13:06:33 +00:00
Fixes for FreeBSD-15 (DCCP)
This commit is contained in:
parent
48f3341d82
commit
f0b30f3859
4 changed files with 32 additions and 12 deletions
|
@ -150,6 +150,9 @@
|
|||
#if HAVE_LINUX_IF_TUN_H
|
||||
#include <linux/if_tun.h>
|
||||
#endif
|
||||
#if HAVE_NETINET_DCCP_H
|
||||
#include <netinet/dccp.h>
|
||||
#endif
|
||||
#if HAVE_LINUX_DCCP_H
|
||||
#include <linux/dccp.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue