diff options
Diffstat (limited to 'qemu-io.c')
-rw-r--r-- | qemu-io.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -7,10 +7,7 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ -#include <sys/time.h> -#include <sys/types.h> -#include <stdarg.h> -#include <stdio.h> +#include "qemu/osdep.h" #include <getopt.h> #include <libgen.h> |