diff options
Diffstat (limited to 'hw/net')
-rw-r--r-- | hw/net/xgmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/xgmac.c b/hw/net/xgmac.c index 5275f48..1d9074a 100644 --- a/hw/net/xgmac.c +++ b/hw/net/xgmac.c @@ -25,7 +25,7 @@ */ #include "hw/sysbus.h" -#include "char/char.h" +#include "sysemu/char.h" #include "qemu/log.h" #include "net/net.h" #include "net/checksum.h" |