diff options
-rw-r--r-- | src/target/cortex_a8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index 87db23e..adffe93 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -29,7 +29,7 @@ #ifndef CORTEX_A8_H #define CORTEX_A8_H -#include "armv7a.h" +#include <target/armv7a.h> extern char* cortex_a8_state_strings[]; |