mirror of
https://github.com/apache/nuttx.git
synced 2026-02-07 21:42:56 +08:00
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>