From da0cfb806ae3cf9a7b5097ec315e4237a3db0e57 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Mon, 21 Feb 2022 16:49:41 +0700 Subject: [PATCH] system: add missing header Because we got rid of the including core-isa.h in newlib's config.h (8a3197a2a9a42dd99605cf8cc1e0f2d3c976c58c) --- components/xtensa/include/xtensa-debug-module.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/xtensa/include/xtensa-debug-module.h b/components/xtensa/include/xtensa-debug-module.h index d1aca40d5b..17e5a2e355 100644 --- a/components/xtensa/include/xtensa-debug-module.h +++ b/components/xtensa/include/xtensa-debug-module.h @@ -1,6 +1,8 @@ #ifndef XTENSA_DEBUG_MODULE_H #define XTENSA_DEBUG_MODULE_H +#include + /* ERI registers / OCD offsets and field definitions */