aboutsummaryrefslogtreecommitdiff
path: root/src/jtag_scan.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/jtag_scan.c
parentc9ea16312b725c622773cdcd324ba013bcfb56d5 (diff)
Minor changes to allow a build for Windows hosts with libftdi.
Diffstat (limited to 'src/jtag_scan.c')
-rw-r--r--src/jtag_scan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag_scan.c b/src/jtag_scan.c
index b0687bc..fcf6863 100644
--- a/src/jtag_scan.c
+++ b/src/jtag_scan.c
@@ -28,8 +28,6 @@
#include <assert.h>
-#include <alloca.h>
-
#include "general.h"
#include "jtagtap.h"
#include "jtag_scan.h"