|
From: <ge...@op...> - 2017-03-06 21:47:32
|
This is an automated email from Gerrit. Marc Schink (ope...@ma...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4052 -- gerrit commit 0ad067950cfe3dcd6b4764c2b1fab9af0002ee65 Author: Marc Schink <ope...@ma...> Date: Sun Feb 12 22:46:20 2017 +0100 helper/command.h: Add missing #include for target_addr_t Change-Id: Ic406257c0da6e1889d4434cc98cf59c2b97aa30c Signed-off-by: Marc Schink <ope...@ma...> diff --git a/src/helper/command.h b/src/helper/command.h index 8e1cb15..d684b75 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -26,6 +26,8 @@ #include <stdbool.h> #include <jim-nvp.h> +#include <helper/types.h> + /* To achieve C99 printf compatibility in MinGW, gnu_printf should be * used for __attribute__((format( ... ))), with GCC v4.4 or later */ -- |