MFC: r266990 (missed in r265946)

Fix build UDP-Lite with VIMAGE enabled when building with gcc.
This commit is contained in:
marius 2015-02-15 20:53:50 +00:00
parent 637a13c9a0
commit a445eafde3

View File

@ -129,6 +129,7 @@ void kmod_udpstat_inc(int statnum);
#define UDPCTL_MAXID 6
#ifdef _KERNEL
#include <netinet/in_pcb.h>
SYSCTL_DECL(_net_inet_udp);
extern struct pr_usrreqs udp_usrreqs;