openocd: include fix
Fixed absolute includes Change-Id: Idaaa81710b7ace764635c6ab45d86067aadd1220
This commit is contained in:
@ -24,7 +24,8 @@
|
||||
#ifndef COMMAND_H
|
||||
#define COMMAND_H
|
||||
|
||||
#include <jim-nvp.h>
|
||||
#include <helper/types.h>
|
||||
#include <helper/jim-nvp.h>
|
||||
|
||||
/* To achieve C99 printf compatibility in MinGW, gnu_printf should be
|
||||
* used for __attribute__((format( ... ))), with GCC v4.4 or later
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
#ifndef TARGET_TYPE_H
|
||||
#define TARGET_TYPE_H
|
||||
|
||||
#include <jim-nvp.h>
|
||||
#include <helper/jim-nvp.h>
|
||||
|
||||
struct target;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user