diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-31 23:35:08 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-31 23:35:08 +0000 |
| commit | d61dfe72b6d0cde09df284be4fc6bcb2d57d7d91 (patch) | |
| tree | 2032e2169ca8afc7d9efa8e4ea1ce7f1792960dc | |
| parent | 1909961a9bc21c4e68bf92af406fda9956078b5f (diff) | |
Notes
| -rw-r--r-- | sys/net/pfil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfil.h b/sys/net/pfil.h index 783132857a48a..fe040e3ba7a23 100644 --- a/sys/net/pfil.h +++ b/sys/net/pfil.h @@ -68,7 +68,7 @@ int pfil_remove_hook __P((int (*func) __P((void *, int, /* XXX */ #if defined(_KERNEL) && !defined(_LKM) -#include "ipfilter.h" +#include "opt_ipfilter.h" #endif #if NIPFILTER > 0 |
