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
@ -11,6 +11,7 @@
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <zephyr/types.h>
|
||||
#include <zephyr/toolchain/common.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user