aboutsummaryrefslogtreecommitdiff
path: root/slirp/sbuf.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
commit7df7482bf6a6c2c69013cdbde58b57ca8716db17 (patch)
tree2e14612d55da6291c8fced942b6fa148b94d04a1 /slirp/sbuf.c
parent4459bf3866c380cc1e7cbb8771eee7b503d1163a (diff)
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/sbuf.c')
-rw-r--r--slirp/sbuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/sbuf.c b/slirp/sbuf.c
index b8c3db744f..dd4cb8c139 100644
--- a/slirp/sbuf.c
+++ b/slirp/sbuf.c
@@ -5,6 +5,7 @@
* terms and conditions of the copyright.
*/
+#include "qemu/osdep.h"
#include <slirp.h>
#include <qemu/main-loop.h>