From 2744d9207f397a3cb8d31654cac63e0ca0299d68 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:50:00 +0000 Subject: net: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Message-id: 1454089805-5470-11-git-send-email-peter.maydell@linaro.org --- net/hub.c | 1 + 1 file changed, 1 insertion(+) (limited to 'net/hub.c') diff --git a/net/hub.c b/net/hub.c index 9ae9f012cb..b6d44fd75b 100644 --- a/net/hub.c +++ b/net/hub.c @@ -12,6 +12,7 @@ * */ +#include "qemu/osdep.h" #include "monitor/monitor.h" #include "net/net.h" #include "clients.h" -- cgit v1.2.3