diff options
Diffstat (limited to 'src/target/cortex_a8.h')
-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 82a34a76..cc2e0090 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 <target/armv7a.h> +#include "armv7a.h" #define CORTEX_A8_COMMON_MAGIC 0x411fc082 |