diff options
Diffstat (limited to 'target-openrisc/fpu_helper.c')
-rw-r--r-- | target-openrisc/fpu_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-openrisc/fpu_helper.c b/target-openrisc/fpu_helper.c index 4615a366d1..c94ed35afb 100644 --- a/target-openrisc/fpu_helper.c +++ b/target-openrisc/fpu_helper.c @@ -19,7 +19,7 @@ */ #include "cpu.h" -#include "helper.h" +#include "exec/helper-proto.h" #include "exception.h" static inline uint32_t ieee_ex_to_openrisc(OpenRISCCPU *cpu, int fexcp) |