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>riscv-compliance-dev
parent
a4df0e02b2
commit
6c0590cb4d
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue