1
0
Fork 0
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:
Gerhard 2025-02-17 20:32:06 +01:00
parent 48f3341d82
commit f0b30f3859
4 changed files with 32 additions and 12 deletions

View file

@ -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