change #include "jtag.h" to <jtag/jtag.h>
[fw/openocd] / src / openocd.c
index 24535152e7fe2cc9ad621e334af45eb5c6c6a414..38eb57b0c76933151ef856a812eb91df87233ee6 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 #include "openocd.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
 #include <helper/ioutil.h>
 #include <helper/configuration.h>
 #include "xsvf.h"