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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to