summaryrefslogtreecommitdiffstats
path: root/block/linux-aio.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-18 18:01:42 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:25 -0600
commit589945f9e9f650f271fd3dd26d4f493833534f99 (patch)
tree64afb57f1cadcf89665c1de7db10d1867fc2fae1 /block/linux-aio.c
parent525a23ac0ebdd8d3411575cd959d3274f4aa7b3c (diff)
downloadhqemu-589945f9e9f650f271fd3dd26d4f493833534f99.zip
hqemu-589945f9e9f650f271fd3dd26d4f493833534f99.tar.gz
block: 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> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/linux-aio.c')
-rw-r--r--block/linux-aio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/linux-aio.c b/block/linux-aio.c
index 88b0520..805757e 100644
--- a/block/linux-aio.c
+++ b/block/linux-aio.c
@@ -7,6 +7,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 "block/aio.h"
#include "qemu/queue.h"
OpenPOWER on IntegriCloud