summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zone.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_zone.h')
-rw-r--r--sys/vm/vm_zone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_zone.h b/sys/vm/vm_zone.h
index 8cb5b8e..9b41d0b 100644
--- a/sys/vm/vm_zone.h
+++ b/sys/vm/vm_zone.h
@@ -21,8 +21,8 @@
#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>
+#include <sys/_lock.h>
+#include <sys/_mutex.h>
typedef struct vm_zone {
struct mtx zmtx; /* lock for data structure */
OpenPOWER on IntegriCloud