diff options
author | David Woodhouse <dwmw@amazon.co.uk> | 2024-01-26 10:06:07 +0000 |
---|---|---|
committer | David Woodhouse <dwmw@amazon.co.uk> | 2024-02-02 16:23:47 +0000 |
commit | 960036440942f32644f6070d9a0fffcef7196aca (patch) | |
tree | 2b6d36680f7b03be6e1d6c41d30f8fae8734d463 /hw/net/lasi_i82596.c | |
parent | e104edbb9d0fd53e3a432cbb3b6b5fb2cb81a962 (diff) |
hw/net/lasi_i82596: Re-enable build
When converting to the shiny build-system-du-jour, a typo prevented the
last_i82596 driver from being built. Correct the config option name to
re-enable the build. And include "sysemu/sysemu.h" so it actually builds.
Fixes: b1419fa66558 ("meson: convert hw/net")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2144
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/net/lasi_i82596.c')
-rw-r--r-- | hw/net/lasi_i82596.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/lasi_i82596.c b/hw/net/lasi_i82596.c index 6a3147fe2d..09e830ba5f 100644 --- a/hw/net/lasi_i82596.c +++ b/hw/net/lasi_i82596.c @@ -14,6 +14,7 @@ #include "qapi/error.h" #include "qemu/timer.h" #include "hw/sysbus.h" +#include "sysemu/sysemu.h" #include "net/eth.h" #include "hw/net/lasi_82596.h" #include "hw/net/i82596.h" |