diff options
Diffstat (limited to 'hw/xfree86/x86emu')
-rw-r--r-- | hw/xfree86/x86emu/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/x86emu/debug.c b/hw/xfree86/x86emu/debug.c index 6fd7f11cf..5eda90805 100644 --- a/hw/xfree86/x86emu/debug.c +++ b/hw/xfree86/x86emu/debug.c @@ -38,6 +38,8 @@ ****************************************************************************/ #include "x86emu/x86emui.h" +#include <stdio.h> +#include <string.h> #ifndef NO_SYS_HEADERS #include <stdarg.h> #include <stdlib.h> |