From 71c92ff80abb7469bc7ade566f5dd449bd6d1aba Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 3 Jun 2014 01:30:32 +0000 Subject: [PATCH] Fix build UDP-Lite with VIMAGE enabled when building with gcc. Reported and tested by: Jason Hellenthal --- sys/netinet/udp_var.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h index 274979717a7..ef4460c23a4 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 SYSCTL_DECL(_net_inet_udp); extern struct pr_usrreqs udp_usrreqs;