aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2014-06-03 01:30:32 +0000
committerKevin Lo <kevlo@FreeBSD.org>2014-06-03 01:30:32 +0000
commit71c92ff80abb7469bc7ade566f5dd449bd6d1aba (patch)
treed69cec213d57bee736a41433e615c81767fa9996 /sys
parent527be4f2296ac472361da36690e6aa8df3a1787a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/udp_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h
index 274979717a75..ef4460c23a43 100644
--- a/sys/netinet/udp_var.h
+++ b/sys/netinet/udp_var.h
@@ -126,6 +126,7 @@ void kmod_udpstat_inc(int statnum);
#define UDPCTL_PCBLIST 5 /* list of PCBs for UDP sockets */
#ifdef _KERNEL
+#include <netinet/in_pcb.h>
SYSCTL_DECL(_net_inet_udp);
extern struct pr_usrreqs udp_usrreqs;