summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-06-24 07:57:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-28 13:09:44 +0200
commit657e6c93ef680a65ae59fa63aeef7f8c09e98cba (patch)
tree7eaccf73d4c7bf86ccd64ae104b02cd0d6a5f1ae /cpukit/libnetworking/netinet/udp_usrreq.c
parentlibnetworking: Import current <netinet6/in6.h> (diff)
downloadrtems-657e6c93ef680a65ae59fa63aeef7f8c09e98cba.tar.bz2
libnetworking: Import current <netinet/in.h>
Import the <netinet/in.h> from current FreeBSD. This allows to build some current software (e.g. libressl). Add legacy support like * prototype for in_cksum(), * IPPORT_USERRESERVED, * deprecated IPCTL_RT* defines, * ip_fw_chk_t and ip_fw_ctl_t, * ip_nat_... (IP NAT hooks), and * IP_NAT option for get/setsockopt() to new <rtems/rtems_netinet_in.h>.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/netinet/udp_usrreq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/netinet/udp_usrreq.c b/cpukit/libnetworking/netinet/udp_usrreq.c
index e34f6c489c..1125c45880 100644
--- a/cpukit/libnetworking/netinet/udp_usrreq.c
+++ b/cpukit/libnetworking/netinet/udp_usrreq.c
@@ -52,6 +52,7 @@
#include <net/route.h>
#include <netinet/in.h>
+#include <rtems/rtems_netinet_in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/in_pcb.h>