Skip to content
Snippets Groups Projects
Commit 00d61863 authored by Christian Mehlis's avatar Christian Mehlis
Browse files

add missing include for mutex

parent 9b71ac00
Branches
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <kernel.h> #include <kernel.h>
#include <thread.h> #include <thread.h>
#include <lifo.h> #include <lifo.h>
#include "mutex.h"
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment