diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 17:50:03 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-04 17:41:30 +0000 |
| commit | cae9fc567d89aacfa556917c49bd5399ee24d0fa (patch) | |
| tree | fde3c3840f95e9e638c58e06db3fc4f9c545dbf8 /io/channel-tls.c | |
| parent | 9bbc853bd4fc6e4cbdbfc8d52eab0730d3ba94ba (diff) | |
| download | focaccia-qemu-cae9fc567d89aacfa556917c49bd5399ee24d0fa.tar.gz focaccia-qemu-cae9fc567d89aacfa556917c49bd5399ee24d0fa.zip | |
io: 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-14-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'io/channel-tls.c')
| -rw-r--r-- | io/channel-tls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/channel-tls.c b/io/channel-tls.c index 8ac4f76f78..7608fd9de0 100644 --- a/io/channel-tls.c +++ b/io/channel-tls.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "io/channel-tls.h" #include "trace.h" |