]> git.proxmox.com Git - qemu.git/blobdiff - net/hub.c
misc: move include files to include/qemu/
[qemu.git] / net / hub.c
index 81a73b54a72e7db960ba05f3b04f07d709c73079..5adfce444beb4385af4ef2fede11eefee9a47500 100644 (file)
--- a/net/hub.c
+++ b/net/hub.c
@@ -16,7 +16,7 @@
 #include "net/net.h"
 #include "clients.h"
 #include "hub.h"
-#include "iov.h"
+#include "qemu/iov.h"
 
 /*
  * A hub broadcasts incoming packets to all its ports except the source port.