diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 17:49:54 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-04 17:01:04 +0000 |
commit | 9c058332f36bc84db57f3d54566228799c5e9605 (patch) | |
tree | d7365db1cb044d34ea54a015518affc3be74bca3 /backends/rng-egd.c | |
parent | 2231197c87337a9778e0b2000b1ecb7d33c774b3 (diff) |
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/rng-egd.c')
-rw-r--r-- | backends/rng-egd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/rng-egd.c b/backends/rng-egd.c index 6c13409632..2de5cd5fef 100644 --- a/backends/rng-egd.c +++ b/backends/rng-egd.c @@ -10,6 +10,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "sysemu/rng.h" #include "sysemu/char.h" #include "qapi/qmp/qerror.h" |