From: Marc Schink Date: Sun, 12 Feb 2017 21:46:20 +0000 (+0100) Subject: helper/command.h: Add missing #include for target_addr_t X-Git-Tag: v0.11.0-rc1~1201 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=6c0590cb4d3e7701658279ee76d96e5c077fb256 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 --- 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 */