svn commit: r201123 - head/lib/libnetgraph

Luigi Rizzo luigi at FreeBSD.org
Mon Dec 28 10:48:02 UTC 2009


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>


More information about the svn-src-head mailing list