summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/armcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/arm/interpreter/armcpu.h')
-rw-r--r--src/core/arm/interpreter/armcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/armcpu.h b/src/core/arm/interpreter/armcpu.h
index d7e336b94..6b5ea8566 100644
--- a/src/core/arm/interpreter/armcpu.h
+++ b/src/core/arm/interpreter/armcpu.h
@@ -28,7 +28,7 @@
28#include <stddef.h> 28#include <stddef.h>
29#include <stdio.h> 29#include <stdio.h>
30 30
31#include "thread.h" 31#include "common/thread.h"
32 32
33 33
34typedef struct ARM_CPU_State_s { 34typedef struct ARM_CPU_State_s {