diff options
Diffstat (limited to 'qemu/qga/service-win32.c')
-rw-r--r-- | qemu/qga/service-win32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu/qga/service-win32.c b/qemu/qga/service-win32.c index aef41f04f..72437587b 100644 --- a/qemu/qga/service-win32.c +++ b/qemu/qga/service-win32.c @@ -10,8 +10,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 <stdlib.h> -#include <stdio.h> +#include "qemu/osdep.h" #include <glib.h> #include <windows.h> #include "qga/service-win32.h" |