mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 23:40:21 +08:00
5e03a56c8f
Fix compilation error in optee_va_to_pa() caused by undefined 'struct addrenv_s' type when CONFIG_ARCH_ADDRENV is enabled. Add the missing nuttx/addrenv.h header to provide the required type definition. Signed-off-by: hujun5 <hujun5@xiaomi.com>