Browse Source

helper/command.h: Add missing #include for target_addr_t

Change-Id: Ic406257c0da6e1889d4434cc98cf59c2b97aa30c
Signed-off-by: Marc Schink <openocd-dev@marcschink.de>
rtt
Marc Schink 7 years ago
parent
commit
072d6bac02
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/helper/command.h

+ 2
- 0
src/helper/command.h View 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
*/


Loading…
Cancel
Save