From 6c0590cb4d3e7701658279ee76d96e5c077fb256 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Sun, 12 Feb 2017 22:46:20 +0100 Subject: [PATCH] helper/command.h: Add missing #include for target_addr_t Change-Id: Ic406257c0da6e1889d4434cc98cf59c2b97aa30c Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/4052 Tested-by: jenkins Reviewed-by: Tomas Vanek --- src/helper/command.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helper/command.h b/src/helper/command.h index fc017326bb..f9c02e5738 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -26,6 +26,8 @@ #include #include +#include + /* To achieve C99 printf compatibility in MinGW, gnu_printf should be * used for __attribute__((format( ... ))), with GCC v4.4 or later */ -- 2.30.2