xtensa: nxp_imx8ulp_adsp: Add missing include header

Add missing header to fix imx8ulp_adsp toolchain.

Fixes: e88c208e53 ("xtensa: Add 8ulp_adsp toolchain")
Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2023-10-16 18:16:31 +03:00 committed by Stephanos Ioannidis
parent 64bc04f578
commit 600b08ac20
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define XTENSA_CONFIG_VERSION 0x70
#include "defs.h"
#include "xtensa-config.h"
#include "xtensa-tdep.h"