diff options
Diffstat (limited to 'hw/xfree86/x86emu/prim_ops.c')
-rw-r--r-- | hw/xfree86/x86emu/prim_ops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/x86emu/prim_ops.c b/hw/xfree86/x86emu/prim_ops.c index 56ab8cc9a..461e09e3e 100644 --- a/hw/xfree86/x86emu/prim_ops.c +++ b/hw/xfree86/x86emu/prim_ops.c @@ -97,6 +97,8 @@ * ****************************************************************************/ +#include <stdlib.h> + #define PRIM_OPS_NO_REDEFINE_ASM #include "x86emu/x86emui.h" |