diff options
author | Max Laier <mlaier@FreeBSD.org> | 2008-12-10 21:22:57 +0000 |
---|---|---|
committer | Max Laier <mlaier@FreeBSD.org> | 2008-12-10 21:22:57 +0000 |
commit | 17f418e29d3ae329309cbe068d302f7e12e15b55 (patch) | |
tree | 217022ae8627168b7e009c658c02296cc9c8c552 /net/pf_osfp.c | |
parent | c6c4fc3df17fc4a3e8022fd276c04e834febe004 (diff) |
Notes
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> |