From: Øyvind H. <go...@us...> - 2009-12-08 22:59:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 733ced125ae5434818a50151b15f78fd5b514807 (commit) from f0da635e554704f96b676406f433739a196afacd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 733ced125ae5434818a50151b15f78fd5b514807 Author: Rafael Campos Las Heras <me...@gm...> Date: Tue Dec 8 20:25:50 2009 +0100 Fix compilation error with gcc 4.4.1 Signed-off-by: Rafael Campos Las Heras <me...@gm...> diff --git a/src/jtag/drivers/bitq.c b/src/jtag/drivers/bitq.c index d04a39e..bffc475 100644 --- a/src/jtag/drivers/bitq.c +++ b/src/jtag/drivers/bitq.c @@ -21,6 +21,7 @@ #include "config.h" #endif +#include <jtag/jtag.h> #include "bitq.h" #include <jtag/interface.h> ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/bitq.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |