From 89b908337dd785f888646aa7036c708d763f7df7 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Tue, 16 Apr 2013 12:36:19 -0700 Subject: Add missing #includes --- src/stm32f4.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stm32f4.c') 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[]); -- cgit v1.2.3