--- iodev/network/eth_slirp.cc.orig 2025-02-16 09:15:29 UTC +++ iodev/network/eth_slirp.cc @@ -20,6 +20,11 @@ // eth_slirp.cc - Bochs port of Qemu's slirp implementation (updated from libslirp 4.8.0) // Portion of this software comes with the following license: BSD-3-Clause +#include +#include +#include +#include + #define BX_PLUGGABLE #ifdef __CYGWIN__