include: arch: ffs: include toolchain/common.h
Add an include of toolchain/common.h for the ALWAYS_INLINE macro. This is a general issue in many files across Zephyr, specifically for the ALWAYS_INLINE macro, but for simplicity this commit only includes it for this file as that has been shown to cause compilaion issues without it. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
1f113411b1
commit
2420b61037
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <zephyr/types.h>
|
||||
#include <zephyr/toolchain/common.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue