this file is also affected by the ipfw changes

This commit is contained in:
Luigi Rizzo 2009-12-28 10:48:01 +00:00
parent 830c6e2b97
commit b6d33186d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201123

View File

@ -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>