aboutsummaryrefslogtreecommitdiff
path: root/src/stm32
diff options
context:
space:
mode:
authorGareth McMullin2011-03-29 20:01:15 +1300
committerGareth McMullin2011-03-29 20:01:15 +1300
commitbe91386c0aa767c346694c1d838a7f85322eef6d (patch)
tree32dbb3e255df9d799204518fedc0422aa89caac4 /src/stm32
parentc9ea16312b725c622773cdcd324ba013bcfb56d5 (diff)
Minor changes to allow a build for Windows hosts with libftdi.
Diffstat (limited to 'src/stm32')
-rw-r--r--src/stm32/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/platform.h b/src/stm32/platform.h
index b202ff5..2925ae8 100644
--- a/src/stm32/platform.h
+++ b/src/stm32/platform.h
@@ -27,6 +27,7 @@
#include <libopencm3/stm32/gpio.h>
#include <setjmp.h>
+#include <alloca.h>
#include "gdb_packet.h"