From 56504fdd7353732525e34f1e3fbd44346588f979 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:56:37 +0000 Subject: Audit and eliminate redundant #include directives in other target files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/avrt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/target/avrt.h') diff --git a/src/target/avrt.h b/src/target/avrt.h index e840aaf9..02bb0054 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -20,6 +20,8 @@ #ifndef AVRT_H #define AVRT_H +#include "jtag.h" + typedef struct mcu_jtag_s { jtag_tap_t *tap; -- cgit v1.2.3