From 97de520bc02f96f31063175fbc9cad034e84055d Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Fri, 4 Dec 2009 16:00:43 +0100 Subject: minidriver: fix inline capability of minidriver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Low latency low CPU processing power systems(embedded) will benefit greatly from being able to inline certain jtag_add_xxx() fn's. The trick is that this has to be done in such a way as to allow implementing an OpenOCD API with a shared library(eventually) on a PC hosted OpenOCD. Signed-off-by: Øyvind Harboe --- src/jtag/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jtag/commands.c') diff --git a/src/jtag/commands.c b/src/jtag/commands.c index 4e8ce40f..6951f031 100644 --- a/src/jtag/commands.c +++ b/src/jtag/commands.c @@ -31,6 +31,7 @@ #include "config.h" #endif +#include #include "commands.h" struct cmd_queue_page { -- cgit v1.2.3