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