diff options
Diffstat (limited to 'disas/i386.c')
-rw-r--r-- | disas/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/i386.c b/disas/i386.c index c63d4a06e4..d40b72ab10 100644 --- a/disas/i386.c +++ b/disas/i386.c @@ -31,7 +31,7 @@ and the small letter tells about the operand size. Refer to the Intel manual for details. */ -#include <stdlib.h> +#include "qemu/osdep.h" #include "disas/bfd.h" /* include/opcode/i386.h r1.78 */ |