From 532392622c1d493e3bec543b10f74f361ea40662 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:09 +0000 Subject: ide: 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-17-git-send-email-peter.maydell@linaro.org --- hw/ide/qdev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ide/qdev.c') diff --git a/hw/ide/qdev.c b/hw/ide/qdev.c index fea54256ad..21607d99b9 100644 --- a/hw/ide/qdev.c +++ b/hw/ide/qdev.c @@ -16,6 +16,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include #include "sysemu/dma.h" #include "qemu/error-report.h" -- cgit v1.2.3