diff options
Diffstat (limited to 'qga/service-win32.c')
-rw-r--r-- | qga/service-win32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qga/service-win32.c b/qga/service-win32.c index aef41f04f1..72437587b0 100644 --- a/qga/service-win32.c +++ b/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" |