From c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:14 +0000 Subject: hw/vfio: 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: 1453832250-766-22-git-send-email-peter.maydell@linaro.org --- hw/vfio/calxeda-xgmac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/vfio/calxeda-xgmac.c') diff --git a/hw/vfio/calxeda-xgmac.c b/hw/vfio/calxeda-xgmac.c index eb914f0..bb15d58 100644 --- a/hw/vfio/calxeda-xgmac.c +++ b/hw/vfio/calxeda-xgmac.c @@ -11,6 +11,7 @@ * */ +#include "qemu/osdep.h" #include "hw/vfio/vfio-calxeda-xgmac.h" static void calxeda_xgmac_realize(DeviceState *dev, Error **errp) -- cgit v1.1