diff options
-rw-r--r-- | src/ecosboard.c | 2 | ||||
-rw-r--r-- | src/openocd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c index 5dcbfcb9..6e41ebaf 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -25,7 +25,7 @@ #include <jtag/jtag.h> #include <helper/ioutil.h> #include <helper/configuration.h> -#include "xsvf.h" +#include <xsvf/xsvf.h> #include <svf/svf.h> #include <flash/nand.h> #include <pld/pld.h> diff --git a/src/openocd.c b/src/openocd.c index a77bf896..793aa6ae 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -32,7 +32,7 @@ #include <jtag/jtag.h> #include <helper/ioutil.h> #include <helper/configuration.h> -#include "xsvf.h" +#include <xsvf/xsvf.h> #include <svf/svf.h> #include <flash/nand.h> #include <pld/pld.h> |