Author: marius
Date: Sun Feb 15 20:53:50 2015
New Revision: 278812
URL: https://svnweb.freebsd.org/changeset/base/278812

Log:
  MFC: r266990 (missed in r265946)
  
  Fix build UDP-Lite with VIMAGE enabled when building with gcc.

Modified:
  stable/10/sys/netinet/udp_var.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/netinet/udp_var.h
==============================================================================
--- stable/10/sys/netinet/udp_var.h     Sun Feb 15 20:43:32 2015        
(r278811)
+++ stable/10/sys/netinet/udp_var.h     Sun Feb 15 20:53:50 2015        
(r278812)
@@ -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;
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to