summaryrefslogtreecommitdiff
path: root/kern/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mutex.h')
-rw-r--r--kern/mutex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/mutex.h b/kern/mutex.h
index 1100b77d..d09a7bbe 100644
--- a/kern/mutex.h
+++ b/kern/mutex.h
@@ -68,7 +68,8 @@ mutex_unlock(struct mutex *mutex)
#else /* X15_MUTEX_PI */
-#include <kern/assert.h>
+#include <assert.h>
+
#include <kern/error.h>
#include <kern/macros.h>
#include <kern/mutex_i.h>