From 08dac883a14aab398922a4e61d55204d7cef644f Mon Sep 17 00:00:00 2001 From: Tarek BOCHKATI Date: Thu, 11 Nov 2021 23:55:39 +0100 Subject: [PATCH] jtag/hla_layout: add #include hla_layout.h uses explicitly tpiu_pin_protocol enum defined in arm_tpiu_swo.h. To make this header file consistent, add the missing include. Change-Id: Ibecc279da8d6859ced2b8377e812554c747d81bb Signed-off-by: Tarek BOCHKATI Reviewed-on: https://review.openocd.org/c/openocd/+/6687 Tested-by: jenkins Reviewed-by: Antonio Borneo --- src/jtag/hla/hla_layout.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jtag/hla/hla_layout.h b/src/jtag/hla/hla_layout.h index a8088fe95c..732fe1e6ae 100644 --- a/src/jtag/hla/hla_layout.h +++ b/src/jtag/hla/hla_layout.h @@ -23,6 +23,7 @@ #define OPENOCD_JTAG_HLA_HLA_LAYOUT_H #include +#include /** */ struct hl_interface_s; -- 2.30.2