summaryrefslogtreecommitdiffstats
path: root/slirp/socket.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:49:59 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:48 -0600
commit1919b919d76a9b5789c8d99d703d4492f1f3c198 (patch)
tree40aa8c3d6e03a2423e47ee00e2eb81ab688c5f53 /slirp/socket.c
parentb858fa2142acc49709ccb15a6d1d3141f4bf4512 (diff)
downloadhqemu-1919b919d76a9b5789c8d99d703d4492f1f3c198.zip
hqemu-1919b919d76a9b5789c8d99d703d4492f1f3c198.tar.gz
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/socket.c')
-rw-r--r--slirp/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/socket.c b/slirp/socket.c
index f7e5968..2b5453e 100644
--- a/slirp/socket.c
+++ b/slirp/socket.c
@@ -5,6 +5,7 @@
* terms and conditions of the copyright.
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include <slirp.h>
#include "ip_icmp.h"
OpenPOWER on IntegriCloud