aboutsummaryrefslogtreecommitdiff
path: root/src/stm32f4.c
diff options
context:
space:
mode:
authorGareth McMullin2013-04-16 12:36:19 -0700
committerGareth McMullin2013-04-16 12:36:19 -0700
commit89b908337dd785f888646aa7036c708d763f7df7 (patch)
treecc9a7e9a4c80b3bd173a040007185265933f884d /src/stm32f4.c
parent67a96410e39933bb6c5293444bd69df57af6be9a (diff)
Add missing #includes
Diffstat (limited to 'src/stm32f4.c')
-rw-r--r--src/stm32f4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32f4.c b/src/stm32f4.c
index 67c44b8..b9764cc 100644
--- a/src/stm32f4.c
+++ b/src/stm32f4.c
@@ -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[]);