summaryrefslogtreecommitdiffstats
path: root/sys/net/pfil.h
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2006-02-02 20:33:10 +0000
committercsjp <csjp@FreeBSD.org>2006-02-02 20:33:10 +0000
commitf674a36d6343870a9afeaed5ccc63f7945404521 (patch)
treefb47020eb24794aaca86d2a42b8aa58413ea65f3 /sys/net/pfil.h
parent54a2341f2235efb8cca796b8191e5ba28f7614e5 (diff)
downloadFreeBSD-src-f674a36d6343870a9afeaed5ccc63f7945404521.zip
FreeBSD-src-f674a36d6343870a9afeaed5ccc63f7945404521.tar.gz
define lock.h before rwlock.h for DEBUG_LOCKS
Diffstat (limited to 'sys/net/pfil.h')
-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 ccf7a65..6b00e5c 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;
OpenPOWER on IntegriCloud