mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:09:46 +01:00
core/mutex: include cpu.h
This is needed for core_mutex_debug
This commit is contained in:
parent
1e9b1992df
commit
cd79dfb5a8
@ -24,6 +24,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "mutex.h"
|
||||
#include "thread.h"
|
||||
#include "sched.h"
|
||||
|
Loading…
Reference in New Issue
Block a user