diff options
Diffstat (limited to 'net/socket.h')
-rw-r--r-- | net/socket.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/socket.h b/net/socket.h index e1fe959412..c4809ad0d9 100644 --- a/net/socket.h +++ b/net/socket.h @@ -25,8 +25,9 @@ #define QEMU_NET_SOCKET_H #include "net.h" -#include "qemu-common.h" +#include "qapi-types.h" -int net_init_socket(QemuOpts *opts, const char *name, VLANState *vlan); +int net_init_socket(const NetClientOptions *opts, const char *name, + VLANState *vlan); #endif /* QEMU_NET_SOCKET_H */ |