change #include "jtag.h" to <jtag/jtag.h>
[fw/openocd] / src / svf / svf.c
index 65495729149ca2e6854a2451d7ecf38ccbd13ff1..e6d842b7a5edb2175837f3c5454b95a65b172d73 100644 (file)
@@ -31,7 +31,7 @@
 #include "config.h"
 #endif
 
-#include "jtag.h"
+#include <jtag/jtag.h>
 #include "svf.h"
 #include <helper/time_support.h>