aboutsummaryrefslogtreecommitdiff
path: root/tcp_timer.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 /tcp_timer.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 'tcp_timer.c')
-rw-r--r--tcp_timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcp_timer.c b/tcp_timer.c
index 5589fa4..13db569 100644
--- a/tcp_timer.c
+++ b/tcp_timer.c
@@ -30,6 +30,7 @@
* tcp_timer.c,v 1.2 1994/08/02 07:49:10 davidg Exp
*/
+#include "qemu/osdep.h"
#include <slirp.h>
static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer);