svn commit: r266990 - head/sys/netinet
Kevin Lo
kevlo at FreeBSD.org
Tue Jun 3 01:30:33 UTC 2014
Author: kevlo
Date: Tue Jun 3 01:30:32 2014
New Revision: 266990
URL: http://svnweb.freebsd.org/changeset/base/266990
Log:
Fix build UDP-Lite with VIMAGE enabled when building with gcc.
Reported and tested by: Jason Hellenthal
Modified:
head/sys/netinet/udp_var.h
Modified: head/sys/netinet/udp_var.h
==============================================================================
--- head/sys/netinet/udp_var.h Tue Jun 3 01:24:46 2014 (r266989)
+++ head/sys/netinet/udp_var.h Tue Jun 3 01:30:32 2014 (r266990)
@@ -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;
More information about the svn-src-all
mailing list