From: <zw...@ma...> - 2009-05-11 06:21:31
|
Author: zwelch Date: 2009-05-11 06:21:24 +0200 (Mon, 11 May 2009) New Revision: 1708 Modified: trunk/src/target/target_request.h Log: Fix compilation of target_request.h when it is included first. Modified: trunk/src/target/target_request.h =================================================================== --- trunk/src/target/target_request.h 2009-05-11 04:04:58 UTC (rev 1707) +++ trunk/src/target/target_request.h 2009-05-11 04:21:24 UTC (rev 1708) @@ -26,7 +26,7 @@ #ifndef TARGET_REQUEST_H #define TARGET_REQUEST_H -#include "command.h" +#include "target.h" typedef enum target_req_cmd { |