Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2009 10:48:01 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201123 - head/lib/libnetgraph
Message-ID:  <200912281048.nBSAm1G3088198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Mon Dec 28 10:48:01 2009
New Revision: 201123
URL: http://svn.freebsd.org/changeset/base/201123

Log:
  this file is also affected by the ipfw changes

Modified:
  head/lib/libnetgraph/debug.c

Modified: head/lib/libnetgraph/debug.c
==============================================================================
--- head/lib/libnetgraph/debug.c	Mon Dec 28 10:47:04 2009	(r201122)
+++ head/lib/libnetgraph/debug.c	Mon Dec 28 10:48:01 2009	(r201123)
@@ -76,6 +76,8 @@ __FBSDID("$FreeBSD$");
 #include <netgraph/ng_hub.h>
 #include <netgraph/ng_iface.h>
 #include <netgraph/ng_ip_input.h>
+#include <netinet/ip_fw.h>
+#include <netinet/ip_fw_private.h> /* the NGM cookie is here */
 #include <netgraph/ng_ipfw.h>
 #include <netgraph/ng_ksocket.h>
 #include <netgraph/ng_l2tp.h>



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