From 9c058332f36bc84db57f3d54566228799c5e9605 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:54 +0000 Subject: backends: 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-5-git-send-email-peter.maydell@linaro.org --- backends/hostmem.c | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/hostmem.c') diff --git a/backends/hostmem.c b/backends/hostmem.c index 1b4eb45817..60e882c628 100644 --- a/backends/hostmem.c +++ b/backends/hostmem.c @@ -9,6 +9,7 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "sysemu/hostmem.h" #include "hw/boards.h" #include "qapi/visitor.h" -- cgit v1.2.1