From 9dec55e1076d754057f39d036cd24b3eb36d37bf Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Fri, 11 Apr 2025 17:27:36 +0200 Subject: [PATCH] arch: arm: mmu: add missing includes The samples/subsys/llext/shell_loader test fails when running as a twister test on the stm32mp135f_dk/stm32mp135fxx platform, with the following error: zephyr/include/zephyr/arch/arm/mmu/arm_mmu.h:112:9: error: unknown type name 'uintptr_t' This commit adds the necessary includes to define the missing types. Signed-off-by: Arnaud Pouliquen --- include/zephyr/arch/arm/mmu/arm_mmu.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/zephyr/arch/arm/mmu/arm_mmu.h b/include/zephyr/arch/arm/mmu/arm_mmu.h index 4179436615d..76b8ec9b97d 100644 --- a/include/zephyr/arch/arm/mmu/arm_mmu.h +++ b/include/zephyr/arch/arm/mmu/arm_mmu.h @@ -10,6 +10,9 @@ #ifndef _ASMLANGUAGE +#include +#include + /* * Comp.: * ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition,