diff options
author | Peter Maydell | 2016-01-29 18:49:54 +0100 |
---|---|---|
committer | Peter Maydell | 2016-02-04 18:01:04 +0100 |
commit | 9c058332f36bc84db57f3d54566228799c5e9605 (patch) | |
tree | d7365db1cb044d34ea54a015518affc3be74bca3 /backends/hostmem-file.c | |
parent | bsd-user: Clean up includes (diff) | |
download | qemu-9c058332f36bc84db57f3d54566228799c5e9605.tar.gz qemu-9c058332f36bc84db57f3d54566228799c5e9605.tar.xz qemu-9c058332f36bc84db57f3d54566228799c5e9605.zip |
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 <peter.maydell@linaro.org>
Message-id: 1454089805-5470-5-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'backends/hostmem-file.c')
-rw-r--r-- | backends/hostmem-file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/hostmem-file.c b/backends/hostmem-file.c index e9b6d21dac..fd59482693 100644 --- a/backends/hostmem-file.c +++ b/backends/hostmem-file.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 "qemu-common.h" #include "sysemu/hostmem.h" #include "sysemu/sysemu.h" |