diff options
Diffstat (limited to 'target-moxie/cpu.c')
-rw-r--r-- | target-moxie/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-moxie/cpu.c b/target-moxie/cpu.c index 0c60c65d31..b33c2b3741 100644 --- a/target-moxie/cpu.c +++ b/target-moxie/cpu.c @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "migration/vmstate.h" |