summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zone.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
committerjhb <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
commitb47bfbe544d34ff21bc24b57c556621eb2355e45 (patch)
tree6869afd0b266ec1a53538458bd3851edeeca014d /sys/vm/vm_zone.h
parentfc959358c9cfd55db6d055b3af2e84ebcc01f553 (diff)
downloadFreeBSD-src-b47bfbe544d34ff21bc24b57c556621eb2355e45.zip
FreeBSD-src-b47bfbe544d34ff21bc24b57c556621eb2355e45.tar.gz
Catch up to header include changes:
- <sys/mutex.h> now requires <sys/systm.h> - <sys/mutex.h> and <sys/sx.h> now require <sys/lock.h>
Diffstat (limited to 'sys/vm/vm_zone.h')
-rw-r--r--sys/vm/vm_zone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_zone.h b/sys/vm/vm_zone.h
index aab44c3..8cb5b8e 100644
--- a/sys/vm/vm_zone.h
+++ b/sys/vm/vm_zone.h
@@ -21,6 +21,7 @@
#define ZONE_INTERRUPT 1 /* Use this if you need to allocate at int time */
#define ZONE_BOOT 16 /* This is an internal flag used by zbootinit */
+#include <sys/lock.h> /* XXX */
#include <sys/mutex.h>
typedef struct vm_zone {
OpenPOWER on IntegriCloud