mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-07 04:26:22 +00:00
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…
x
Reference in New Issue
Block a user