aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authorMarc Schink <openocd-dev@marcschink.de>2017-02-12 22:46:20 +0100
committerTomas Vanek <vanekt@fbl.cz>2018-03-07 23:45:40 +0000
commit6c0590cb4d3e7701658279ee76d96e5c077fb256 (patch)
treef7a6931c2426e4ebb2f242a1f349383e036c3403 /src/helper/command.h
parenta4df0e02b2853be00ebcbcca81f39c99ae2b854c (diff)
downloadriscv-openocd-6c0590cb4d3e7701658279ee76d96e5c077fb256.zip
riscv-openocd-6c0590cb4d3e7701658279ee76d96e5c077fb256.tar.gz
riscv-openocd-6c0590cb4d3e7701658279ee76d96e5c077fb256.tar.bz2
helper/command.h: Add missing #include for target_addr_t
Change-Id: Ic406257c0da6e1889d4434cc98cf59c2b97aa30c Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/4052 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index fc01732..f9c02e5 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
*/