summaryrefslogtreecommitdiffstats
path: root/slirp/tcp_input.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-29 18:49:59 +0100
committerPeter Maydell2016-02-04 18:41:30 +0100
commit7df7482bf6a6c2c69013cdbde58b57ca8716db17 (patch)
tree2e14612d55da6291c8fced942b6fa148b94d04a1 /slirp/tcp_input.c
parentqga: Clean up includes (diff)
downloadqemu-7df7482bf6a6c2c69013cdbde58b57ca8716db17.tar.gz
qemu-7df7482bf6a6c2c69013cdbde58b57ca8716db17.tar.xz
qemu-7df7482bf6a6c2c69013cdbde58b57ca8716db17.zip
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 'slirp/tcp_input.c')
-rw-r--r--slirp/tcp_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/tcp_input.c b/slirp/tcp_input.c
index f24e7060a4..2027a7511d 100644
--- a/slirp/tcp_input.c
+++ b/slirp/tcp_input.c
@@ -38,6 +38,7 @@
* terms and conditions of the copyright.
*/
+#include "qemu/osdep.h"
#include <slirp.h>
#include "ip_icmp.h"