Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2015 20:53:51 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r278812 - stable/10/sys/netinet
Message-ID:  <201502152053.t1FKrpQw050242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502152053.t1FKrpQw050242>