diff options
Diffstat (limited to 'net/pf_osfp.c')
-rw-r--r-- | net/pf_osfp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pf_osfp.c b/net/pf_osfp.c index 15dca8e1fbdd..d05a7be63810 100644 --- a/net/pf_osfp.c +++ b/net/pf_osfp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_osfp.c,v 1.12 2006/12/13 18:14:10 itojun Exp $ */ +/* $OpenBSD: pf_osfp.c,v 1.13 2007/09/01 18:49:27 henning Exp $ */ /* * Copyright (c) 2003 Mike Frantzen <frantzen@w4g.org> @@ -21,6 +21,7 @@ #include <sys/socket.h> #ifdef _KERNEL # include <sys/systm.h> +#include <sys/pool.h> #endif /* _KERNEL */ #include <sys/mbuf.h> |