aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_watch.c
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1997-02-10 02:22:35 +0000
committerJohn Dyson <dyson@FreeBSD.org>1997-02-10 02:22:35 +0000
commit996c772f581f5624846dcd8470ca6860c1678b7c (patch)
tree88a944de263165091f0a18abeedbaaccec532407 /sys/ddb/db_watch.c
parentd243e2f7f456304830e7f832629bc24c504c2385 (diff)
downloadsrc-996c772f581f5624846dcd8470ca6860c1678b7c.tar.gz
src-996c772f581f5624846dcd8470ca6860c1678b7c.zip
Notes
Diffstat (limited to 'sys/ddb/db_watch.c')
-rw-r--r--sys/ddb/db_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index a8edc247d95a..d42fb97e3b54 100644
--- a/sys/ddb/db_watch.c
+++ b/sys/ddb/db_watch.c
@@ -35,7 +35,7 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/lock.h>
+#include <sys/lock.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <vm/vm_prot.h>