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
This commit is contained in:
parent
004c7124c4
commit
7c7fed0283
|
@ -26,7 +26,7 @@
|
|||
#ifndef TARGET_REQUEST_H
|
||||
#define TARGET_REQUEST_H
|
||||
|
||||
#include "command.h"
|
||||
#include "target.h"
|
||||
|
||||
typedef enum target_req_cmd
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue