diff options
Diffstat (limited to 'target-openrisc/interrupt_helper.c')
-rw-r--r-- | target-openrisc/interrupt_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-openrisc/interrupt_helper.c b/target-openrisc/interrupt_helper.c index 819405701d..55a780c7b5 100644 --- a/target-openrisc/interrupt_helper.c +++ b/target-openrisc/interrupt_helper.c @@ -19,7 +19,7 @@ */ #include "cpu.h" -#include "helper.h" +#include "exec/helper-proto.h" void HELPER(rfe)(CPUOpenRISCState *env) { |