aboutsummaryrefslogtreecommitdiff
path: root/src/gdb_main.c
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/gdb_main.c
parentc9ea16312b725c622773cdcd324ba013bcfb56d5 (diff)
Minor changes to allow a build for Windows hosts with libftdi.
Diffstat (limited to 'src/gdb_main.c')
-rw-r--r--src/gdb_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gdb_main.c b/src/gdb_main.c
index dd96822..0ffa4ec 100644
--- a/src/gdb_main.c
+++ b/src/gdb_main.c
@@ -28,7 +28,6 @@
#include <stdlib.h>
#include <string.h>
-#include <alloca.h>
#include <assert.h>
#include "platform.h"