openocd: include fix

Fixed absolute includes

Change-Id: Idaaa81710b7ace764635c6ab45d86067aadd1220
This commit is contained in:
Lars Rademacher
2013-10-21 01:56:48 +02:00
parent c03f42db44
commit 81210d17b2
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -27,7 +27,7 @@
#ifndef TARGET_TYPE_H
#define TARGET_TYPE_H
#include <jim-nvp.h>
#include <helper/jim-nvp.h>
struct target;