diff options
Diffstat (limited to 'target-unicore32/softmmu.c')
-rw-r--r-- | target-unicore32/softmmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-unicore32/softmmu.c b/target-unicore32/softmmu.c index 9a3786dddb..d267fed875 100644 --- a/target-unicore32/softmmu.c +++ b/target-unicore32/softmmu.c @@ -12,6 +12,7 @@ #error This file only exist under softmmu circumstance #endif +#include "qemu/osdep.h" #include <cpu.h> #undef DEBUG_UC32 |