Fix compilation of target_request.h when it is included first.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 May 2009 04:21:24 +0000 (04:21 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 May 2009 04:21:24 +0000 (04:21 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1708 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target_request.h

index 697e75c5b67bb20b551a7cd1bed0437b9253d6a7..2bec9cf88c835ff657a21df454325cc7a7536e6a 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef TARGET_REQUEST_H
 #define TARGET_REQUEST_H
 
-#include "command.h"
+#include "target.h"
 
 typedef enum target_req_cmd
 {