summaryrefslogtreecommitdiff
path: root/sys/net/pf_table.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2007-09-01 18:49:29 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2007-09-01 18:49:29 +0000
commitec24840b6666724b7c844cbdfcb46b1412511315 (patch)
treed6ad939644740d1cc8d0764162acbc586cb560d7 /sys/net/pf_table.c
parentf76ad80f3ec6a9f21691f0ed69bf6c5a2991de17 (diff)
since the
MGET* macros were changed to function calls, there wasn't any need for the pool declarations and the inclusion of pool.h From: tbert <bret.lambert@gmail.com>
Diffstat (limited to 'sys/net/pf_table.c')
-rw-r--r--sys/net/pf_table.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pf_table.c b/sys/net/pf_table.c
index 98c3d560e60..8be75b2d835 100644
--- a/sys/net/pf_table.c
+++ b/sys/net/pf_table.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_table.c,v 1.70 2007/05/23 11:53:45 markus Exp $ */
+/* $OpenBSD: pf_table.c,v 1.71 2007/09/01 18:49:27 henning Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@ -35,6 +35,7 @@
#include <sys/socket.h>
#include <sys/mbuf.h>
#include <sys/kernel.h>
+#include <sys/pool.h>
#include <net/if.h>
#include <net/route.h>