X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=net%2Fhub.c;h=5adfce444beb4385af4ef2fede11eefee9a47500;hb=1de7afc984b49af164e2619e6850b9732b173b34;hp=8508ecf380880f890c9e265d8315568d65c951d4;hpb=1422e32db51ff2b1194fb24a6201c4310be5667d;p=qemu.git diff --git a/net/hub.c b/net/hub.c index 8508ecf38..5adfce444 100644 --- a/net/hub.c +++ b/net/hub.c @@ -12,11 +12,11 @@ * */ -#include "monitor.h" +#include "monitor/monitor.h" #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.