change #include "jtag.h" to <jtag/jtag.h>
[fw/openocd] / src / target / target.c
index e42601956b01cb0cc988652014050408658aa39e..597046faa97b4cfc2fb8db9aaf543642924184d0 100644 (file)
@@ -41,7 +41,7 @@
 #include "register.h"
 #include "trace.h"
 #include "image.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
 
 
 static int target_array2mem(Jim_Interp *interp, struct target *target, int argc, Jim_Obj *const *argv);