From 436fe6cb9711401fcc1f1d8fc29025f1aec5b774 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Tue, 30 May 2017 22:16:59 +0200 Subject: Move assert.h to the include directory This turns assert.h into a standard header. --- kern/rtmutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/rtmutex.c') diff --git a/kern/rtmutex.c b/kern/rtmutex.c index 6f639ddf..09f011c4 100644 --- a/kern/rtmutex.c +++ b/kern/rtmutex.c @@ -15,10 +15,10 @@ * along with this program. If not, see . */ +#include #include #include -#include #include #include #include -- cgit v1.2.3