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/xbzrle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'migration/xbzrle.c') diff --git a/migration/xbzrle.c b/migration/xbzrle.c index 8e220bf25b..4db3f6c5cc 100644 --- a/migration/xbzrle.c +++ b/migration/xbzrle.c @@ -10,6 +10,7 @@ * See the COPYING file in the top-level directory. * */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "include/migration/migration.h" -- cgit v1.2.3