diff options
Diffstat (limited to 'src/target/armv4_5_mmu.h')
-rw-r--r-- | src/target/armv4_5_mmu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv4_5_mmu.h b/src/target/armv4_5_mmu.h index 428a3731..6b9ed34c 100644 --- a/src/target/armv4_5_mmu.h +++ b/src/target/armv4_5_mmu.h @@ -20,7 +20,7 @@ #ifndef ARMV4_5_MMU_H #define ARMV4_5_MMU_H -#include <target/armv4_5_cache.h> +#include "armv4_5_cache.h" struct target; |