aboutsummaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:49:59 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-04 17:41:30 +0000
commit424b19ef88c29b5b8474b2582e92841a56cdee2f (patch)
treeb11397e209aec43ccd00dfc0178101e67f1dd402 /misc.c
parentde63f94b8409c2d9a683c2eff55f77af82caa51b (diff)
downloadslirp-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 8d4f5c7..22efe69 100644
--- a/misc.c
+++ b/misc.c
@@ -5,6 +5,7 @@
* terms and conditions of the copyright.
*/
+#include "qemu/osdep.h"
#include <slirp.h>
#include <libslirp.h>