diff options
Diffstat (limited to 'src/target/arm920t.c')
-rw-r--r-- | src/target/arm920t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm920t.c b/src/target/arm920t.c index 17e7a55a..e8c1950f 100644 --- a/src/target/arm920t.c +++ b/src/target/arm920t.c @@ -22,7 +22,7 @@ #endif #include "arm920t.h" -#include "time_support.h" +#include <helper/time_support.h> #include "target_type.h" #include "register.h" |