diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-23 17:52:16 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:26 -0500 |
commit | e1144d006ddd41f4e500b415f4b114af019a716b (patch) | |
tree | a7b12846cdbe00495c9c543414764e8861971ac9 /net.h | |
parent | f7cbc08ff0d712b0febcf84ce8458c3ae30db4fa (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |