diff options
Diffstat (limited to 'net/hub.c')
| -rw-r--r-- | net/hub.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/hub.c b/net/hub.c index 3b2d1ffcd2..a24c9d17f7 100644 --- a/net/hub.c +++ b/net/hub.c @@ -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. |