Skip to content

Commit 2420b61

Browse files
Thalleykartben
authored andcommitted
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 <[email protected]>
1 parent 1f11341 commit 2420b61

File tree

1 file changed

+1
-0
lines changed
  • include/zephyr/arch/common

1 file changed

+1
-0
lines changed

include/zephyr/arch/common/ffs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#ifndef _ASMLANGUAGE
1212

1313
#include <zephyr/types.h>
14+
#include <zephyr/toolchain/common.h>
1415

1516
#ifdef __cplusplus
1617
extern "C" {

0 commit comments

Comments
 (0)