diff options
Diffstat (limited to 'target-openrisc/exception_helper.c')
-rw-r--r-- | target-openrisc/exception_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-openrisc/exception_helper.c b/target-openrisc/exception_helper.c index 0c53b7755b..6093953c97 100644 --- a/target-openrisc/exception_helper.c +++ b/target-openrisc/exception_helper.c @@ -18,7 +18,7 @@ */ #include "cpu.h" -#include "helper.h" +#include "exec/helper-proto.h" #include "exception.h" void HELPER(exception)(CPUOpenRISCState *env, uint32_t excp) |