diff --git a/hw/eepro100.c b/hw/eepro100.c index 43a9060254..45ab497cab 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -41,8 +41,8 @@ * * Wake-on-LAN is not implemented. */ +#include /* bool */ #include /* offsetof */ -#include #include "hw.h" #include "pci.h" #include "net.h"