mirror of https://gitee.com/openkylin/qemu.git
net/tap-win32: Fix compiler warning caused by missing include statement
The include file for net_init_tap was missing: net/tap-win32.c:703: warning: no previous prototype for ‘net_init_tap’ Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
abab1a0f32
commit
08778b3983
|
@ -29,6 +29,7 @@
|
|||
#include "tap.h"
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "clients.h" /* net_init_tap */
|
||||
#include "net.h"
|
||||
#include "sysemu.h"
|
||||
#include "qemu-error.h"
|
||||
|
|
Loading…
Reference in New Issue