diff options
Diffstat (limited to 'net/hub.c')
| -rw-r--r-- | net/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hub.c b/net/hub.c index 496a3d3b4b..cba20ebd87 100644 --- a/net/hub.c +++ b/net/hub.c @@ -20,7 +20,7 @@ #include "hub.h" #include "qemu/iov.h" #include "qemu/error-report.h" -#include "sysemu/qtest.h" +#include "system/qtest.h" /* * A hub broadcasts incoming packets to all its ports except the source port. |