diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-22 17:49:05 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:27 -0500 |
commit | a8ed73f73db458e742aa17798530103d2de578cc (patch) | |
tree | 54099373aac84c8e88a6c7cc255e3e10508fe6a8 /hw/virtio-net.c | |
parent | 33ad161a0412bf959548cf220f44afe6060eefe5 (diff) |
net: move more stuff into net/tap-win32.c, add net/tap.h
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/virtio-net.c')
-rw-r--r-- | hw/virtio-net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/virtio-net.c b/hw/virtio-net.c index ac919e1e8a..30e2fe9627 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -14,6 +14,7 @@ #include "virtio.h" #include "net.h" #include "net/checksum.h" +#include "net/tap.h" #include "qemu-timer.h" #include "virtio-net.h" |