From: Blue Swirl Date: Wed, 22 Sep 2010 16:51:33 +0000 (+0300) Subject: Fix OpenBSD build X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80bb8cba0af8a77341ef91ff9d5a2d84cad1880f;p=qemu.git Fix OpenBSD build Add #include , needed by #include . Signed-off-by: Blue Swirl --- diff --git a/qemu_socket.h b/qemu_socket.h index 164ae3eb4e..897a8ae50b 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -17,6 +17,7 @@ int inet_aton(const char *cp, struct in_addr *ia); #else +#include #include #include #include