aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2006-02-02 20:33:10 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2006-02-02 20:33:10 +0000
commitfa918e1ef77e3fa18dfe316f2a803bc53505116c (patch)
treefb47020eb24794aaca86d2a42b8aa58413ea65f3 /sys
parentf6b457923db3ccfbf22a4857534d15cf01583739 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/net/pfil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/pfil.h b/sys/net/pfil.h
index ccf7a651717a..6b00e5c5f0d9 100644
--- a/sys/net/pfil.h
+++ b/sys/net/pfil.h
@@ -36,6 +36,7 @@
#include <sys/queue.h>
#include <sys/_lock.h>
#include <sys/_mutex.h>
+#include <sys/lock.h>
#include <sys/rwlock.h>
struct mbuf;