diff options
Diffstat (limited to 'qemu/target-openrisc/interrupt.c')
-rw-r--r-- | qemu/target-openrisc/interrupt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/target-openrisc/interrupt.c b/qemu/target-openrisc/interrupt.c index e480cfd1b..963eb1478 100644 --- a/qemu/target-openrisc/interrupt.c +++ b/qemu/target-openrisc/interrupt.c @@ -17,6 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "exec/gdbstub.h" |