Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2011 07:39:54 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221364 - head/lib/libstand
Message-ID:  <201105030739.p437dsud075220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Tue May  3 07:39:54 2011
New Revision: 221364
URL: http://svn.freebsd.org/changeset/base/221364

Log:
  Add #include <netinet/in_pcb.h> for missing forward declation of
  struct inpcb.

Modified:
  head/lib/libstand/net.c
  head/lib/libstand/udp.c

Modified: head/lib/libstand/net.c
==============================================================================
--- head/lib/libstand/net.c	Tue May  3 07:33:39 2011	(r221363)
+++ head/lib/libstand/net.c	Tue May  3 07:39:54 2011	(r221364)
@@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$");
 #include <netinet/if_ether.h>
 #include <netinet/in_systm.h>
 
+#include <netinet/in_pcb.h>
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 #include <netinet/udp.h>

Modified: head/lib/libstand/udp.c
==============================================================================
--- head/lib/libstand/udp.c	Tue May  3 07:33:39 2011	(r221363)
+++ head/lib/libstand/udp.c	Tue May  3 07:39:54 2011	(r221364)
@@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$");
 #include <netinet/if_ether.h>
 #include <netinet/in_systm.h>
 
+#include <netinet/in_pcb.h>
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 #include <netinet/udp.h>



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