diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helper/command.h | 2 | ||||
-rw-r--r-- | src/target/target.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/command.h b/src/helper/command.h index 8d68c183..8beeb724 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -32,7 +32,7 @@ /* Jim is provied by eCos */ #include <cyg/jimtcl/jim.h> #else -#include "jim.h" +#include <helper/jim.h> #endif /* To achieve C99 printf compatibility in MinGW, gnu_printf should be diff --git a/src/target/target.h b/src/target/target.h index 3e307142..43ac65fc 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -27,7 +27,7 @@ #define TARGET_H #include "types.h" -#include "jim.h" +#include <helper/jim.h> struct reg; struct trace; |