diff options
Diffstat (limited to 'net/hub.c')
-rw-r--r-- | net/hub.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,11 +12,11 @@ * */ -#include "monitor.h" -#include "net.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. |