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

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