From ec24840b6666724b7c844cbdfcb46b1412511315 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Sat, 1 Sep 2007 18:49:29 +0000 Subject: 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 --- sys/net/pf_table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/net/pf_table.c') 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 #include #include +#include #include #include -- cgit v1.2.3