diff options
Diffstat (limited to 'kvm-all.c')
| -rw-r--r-- | kvm-all.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kvm-all.c b/kvm-all.c index 9148889921..9cc9ba6ea6 100644 --- a/kvm-all.c +++ b/kvm-all.c @@ -13,10 +13,9 @@ * */ -#include <sys/types.h> +#include "qemu/osdep.h" #include <sys/ioctl.h> #include <sys/mman.h> -#include <stdarg.h> #include <linux/kvm.h> |