mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
w32: Fix compilation (wrong include file)
arpa/inet.h is not available for w32, so commit
edbb21363f
breaks
w32 compilations.
This is fixed by using qemu_socket.h.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Reviewed-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
0ce235a7ee
commit
6d65516f77
@ -8,9 +8,8 @@
|
||||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "qemu-char.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "monitor.h"
|
||||
#include "hw/ccid.h"
|
||||
#include "libcacard/vscard_common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user