From 7df7482bf6a6c2c69013cdbde58b57ca8716db17 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:59 +0000 Subject: 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 Message-id: 1454089805-5470-10-git-send-email-peter.maydell@linaro.org --- slirp/tcp_timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'slirp/tcp_timer.c') diff --git a/slirp/tcp_timer.c b/slirp/tcp_timer.c index 6c5bb11cc3..1214c2e6fa 100644 --- a/slirp/tcp_timer.c +++ b/slirp/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 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer); -- cgit 1.4.1