From: zwelch Date: Mon, 11 May 2009 04:21:24 +0000 (+0000) Subject: Fix compilation of target_request.h when it is included first. X-Git-Tag: v0.2.0~798 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=7c7fed0283e5c6e434de94af443218ef78175e87;hp=004c7124c44819960da97de85f422f630f04d7ba Fix compilation of target_request.h when it is included first. git-svn-id: svn://svn.berlios.de/openocd/trunk@1708 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/target_request.h b/src/target/target_request.h index 697e75c5b6..2bec9cf88c 100644 --- a/src/target/target_request.h +++ b/src/target/target_request.h @@ -26,7 +26,7 @@ #ifndef TARGET_REQUEST_H #define TARGET_REQUEST_H -#include "command.h" +#include "target.h" typedef enum target_req_cmd {