diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2009-12-28 10:48:01 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2009-12-28 10:48:01 +0000 |
commit | b6d33186d22cf795b98b49883fc301a0e9672fc8 (patch) | |
tree | a81a30aa675225d744fa6c1a97dec1f80f3b1494 | |
parent | 830c6e2b9739809ec17d5ee22573dcea01c972ed (diff) |
Notes
-rw-r--r-- | lib/libnetgraph/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index dfc75f5268e42..90efc5550da48 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -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> |