From a8ed73f73db458e742aa17798530103d2de578cc Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:05 +0100 Subject: net: move more stuff into net/tap-win32.c, add net/tap.h Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- hw/virtio-net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/virtio-net.c') 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" -- cgit v1.2.3