diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 17:49:59 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-04 17:41:30 +0000 |
commit | 424b19ef88c29b5b8474b2582e92841a56cdee2f (patch) | |
tree | b11397e209aec43ccd00dfc0178101e67f1dd402 /misc.c | |
parent | de63f94b8409c2d9a683c2eff55f77af82caa51b (diff) | |
download | slirp-424b19ef88c29b5b8474b2582e92841a56cdee2f.zip slirp-424b19ef88c29b5b8474b2582e92841a56cdee2f.tar.gz slirp-424b19ef88c29b5b8474b2582e92841a56cdee2f.tar.bz2 |
slirp: 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-10-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ * terms and conditions of the copyright. */ +#include "qemu/osdep.h" #include <slirp.h> #include <libslirp.h> |