Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 01:30:33 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266990 - head/sys/netinet
Message-ID:  <201406030130.s531UXc7046170@svn.freebsd.org>

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



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