summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 24535152..38eb57b0 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -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"