commit | 7200ac3c7c8eefe574193b49eeff09f120e11ec7 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Oct 22 17:49:03 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Oct 30 08:39:26 2009 -0500 |
tree | 2dd2260990466109d289cb1c528561b8c3592372 | |
parent | e1144d006ddd41f4e500b415f4b114af019a716b [diff] [blame] |
net: move net-checksum.c under net/ Also add a new net/checksum.h header Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 4acdd12..ac919e1 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c
@@ -13,6 +13,7 @@ #include "virtio.h" #include "net.h" +#include "net/checksum.h" #include "qemu-timer.h" #include "virtio-net.h"