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:
Emil Gydesen 2025-04-11 14:40:53 +02:00 committed by Benjamin Cabé
commit 2420b61037

View file

@ -11,6 +11,7 @@
#ifndef _ASMLANGUAGE
#include <zephyr/types.h>
#include <zephyr/toolchain/common.h>
#ifdef __cplusplus
extern "C" {