summaryrefslogtreecommitdiff
path: root/kern/rtmutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rtmutex.h')
-rw-r--r--kern/rtmutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/rtmutex.h b/kern/rtmutex.h
index f64274d7..ec79afa9 100644
--- a/kern/rtmutex.h
+++ b/kern/rtmutex.h
@@ -24,9 +24,9 @@
#ifndef _KERN_RTMUTEX_H
#define _KERN_RTMUTEX_H
+#include <assert.h>
#include <stdint.h>
-#include <kern/assert.h>
#include <kern/error.h>
#include <kern/macros.h>
#include <kern/rtmutex_i.h>