diff options
author | csjp <csjp@FreeBSD.org> | 2006-02-02 20:33:10 +0000 |
---|---|---|
committer | csjp <csjp@FreeBSD.org> | 2006-02-02 20:33:10 +0000 |
commit | f674a36d6343870a9afeaed5ccc63f7945404521 (patch) | |
tree | fb47020eb24794aaca86d2a42b8aa58413ea65f3 | |
parent | 54a2341f2235efb8cca796b8191e5ba28f7614e5 (diff) | |
download | FreeBSD-src-f674a36d6343870a9afeaed5ccc63f7945404521.zip FreeBSD-src-f674a36d6343870a9afeaed5ccc63f7945404521.tar.gz |
define lock.h before rwlock.h for DEBUG_LOCKS
-rw-r--r-- | sys/net/pfil.h | 1 |
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; |