aboutsummaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-23 17:52:16 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:26 -0500
commite1144d006ddd41f4e500b415f4b114af019a716b (patch)
treea7b12846cdbe00495c9c543414764e8861971ac9 /net.h
parentf7cbc08ff0d712b0febcf84ce8458c3ae30db4fa (diff)
net: move net-queue.[ch] under net/
[v2: handle building in a separate dir] Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.h b/net.h
index 639be5ef15..331782d36f 100644
--- a/net.h
+++ b/net.h
@@ -5,7 +5,7 @@
#include "qemu-common.h"
#include "qdict.h"
#include "qemu-option.h"
-#include "net-queue.h"
+#include "net/queue.h"
struct MACAddr {
uint8_t a[6];