]> git.sur5r.net Git - openocd/commitdiff
helper/command.h: Add missing #include for target_addr_t
authorMarc Schink <openocd-dev@marcschink.de>
Sun, 12 Feb 2017 21:46:20 +0000 (22:46 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Wed, 7 Mar 2018 23:45:40 +0000 (23:45 +0000)
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>
src/helper/command.h

index fc017326bb306a41eb92315a3e55ead4f275eeb1..f9c02e57383878392115268c83022f568cc2f4a5 100644 (file)
@@ -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
  */