mirror of https://gitee.com/openkylin/qemu.git
net: move tap-linux.h under net/
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a8ed73f73d
commit
f54c7bdc48
2
net.c
2
net.c
|
@ -46,7 +46,7 @@
|
||||||
#include <net/if_tap.h>
|
#include <net/if_tap.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include "tap-linux.h"
|
#include "net/tap-linux.h"
|
||||||
#endif
|
#endif
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
Loading…
Reference in New Issue