Skip to content

Commit

Permalink
core/mutex: include cpu.h
Browse files Browse the repository at this point in the history
This is needed for core_mutex_debug
  • Loading branch information
benpicco committed Dec 1, 2023
1 parent 1e9b199 commit cd79dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <inttypes.h>
#include <stdio.h>

#include "cpu.h"
#include "mutex.h"
#include "thread.h"
#include "sched.h"
Expand Down

0 comments on commit cd79dfb

Please sign in to comment.