diff --git a/include/zephyr/sys/util.h b/include/zephyr/sys/util.h index 62c6391e4d659d..2608fdb6d5f954 100644 --- a/include/zephyr/sys/util.h +++ b/include/zephyr/sys/util.h @@ -559,6 +559,11 @@ char *utf8_lcpy(char *dst, const char *src, size_t n); } #endif +/* This file must be included at the end of the !_ASMLANGUAGE guard. + * It depends on macros defined in this file above which cannot be forward declared. + */ +#include + #endif /* !_ASMLANGUAGE */ /** @brief Number of bytes in @p x kibibytes */