summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/malloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index 57c3586..9a46e92 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -37,9 +37,9 @@
#ifndef _SYS_MALLOC_H_
#define _SYS_MALLOC_H_
-#include <vm/uma.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
+#include <sys/queue.h>
+#include <sys/_lock.h>
+#include <sys/_mutex.h>
#define splmem splhigh
OpenPOWER on IntegriCloud