diff options
Diffstat (limited to 'hw/net/ne2000.c')
-rw-r--r-- | hw/net/ne2000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/ne2000.c b/hw/net/ne2000.c index a3dffff2ad..e408083a58 100644 --- a/hw/net/ne2000.c +++ b/hw/net/ne2000.c @@ -21,6 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/pci/pci.h" #include "net/net.h" |