From 1393a48526078cda985759c459de9bc803e0e4fe Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:16:54 +0000 Subject: migration: 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-2-git-send-email-peter.maydell@linaro.org --- migration/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migration/unix.c') diff --git a/migration/unix.c b/migration/unix.c index b591813eb9..a721c4aaf3 100644 --- a/migration/unix.c +++ b/migration/unix.c @@ -13,7 +13,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#include +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/error-report.h" -- cgit v1.2.1