Add missing #includes
This commit is contained in:
parent
67a96410e3
commit
89b908337d
|
@ -35,6 +35,10 @@
|
||||||
|
|
||||||
#include "adiv5.h"
|
#include "adiv5.h"
|
||||||
|
|
||||||
|
#ifdef PLATFORM_HAS_TRACESWO
|
||||||
|
# include "traceswo.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool cmd_version(void);
|
static bool cmd_version(void);
|
||||||
static bool cmd_help(target *t);
|
static bool cmd_help(target *t);
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#include "adiv5.h"
|
#include "adiv5.h"
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
#include "gdb_packet.h"
|
||||||
|
|
||||||
static bool stm32f4_cmd_erase_mass(target *t);
|
static bool stm32f4_cmd_erase_mass(target *t);
|
||||||
static bool stm32f4_cmd_option(target *t, int argc, char *argv[]);
|
static bool stm32f4_cmd_option(target *t, int argc, char *argv[]);
|
||||||
|
|
Loading…
Reference in New Issue