svn commit: r278812 - stable/10/sys/netinet

Marius Strobl marius at FreeBSD.org
Sun Feb 15 20:53:52 UTC 2015


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;


More information about the svn-src-all mailing list