Add missing #includes

This commit is contained in:
Gareth McMullin 2013-04-16 12:36:19 -07:00
parent 67a96410e3
commit 89b908337d
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,10 @@
#include "adiv5.h"
#ifdef PLATFORM_HAS_TRACESWO
# include "traceswo.h"
#endif
static bool cmd_version(void);
static bool cmd_help(target *t);

View File

@ -37,6 +37,7 @@
#include "adiv5.h"
#include "target.h"
#include "command.h"
#include "gdb_packet.h"
static bool stm32f4_cmd_erase_mass(target *t);
static bool stm32f4_cmd_option(target *t, int argc, char *argv[]);