aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/eepro100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c
index 43a906025..45ab497ca 100644
--- a/hw/eepro100.c
+++ b/hw/eepro100.c
@@ -41,8 +41,8 @@
* * Wake-on-LAN is not implemented.
*/
+#include <stdbool.h> /* bool */
#include <stddef.h> /* offsetof */
-#include <stdbool.h>
#include "hw.h"
#include "pci.h"
#include "net.h"