From c01d043983b7d662c16738722aad99abecc74ce5 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 31 Aug 2009 22:16:16 +0200 Subject: qemu-io: Improve portability (win32 now supported). * Add missing include for struct timeval. * Replace non-portable strsep by local qemu_strsep. * Use POSIX basename by including libgen.h. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- qemu-io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qemu-io.c') diff --git a/qemu-io.c b/qemu-io.c index f96a4de6b4..cac72e9603 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -7,10 +7,12 @@ * 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 #include #include #include #include +#include #include "qemu-common.h" #include "block_int.h" -- cgit v1.2.3