summaryrefslogtreecommitdiffstats
path: root/net/vhost-user.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-29 18:50:00 +0100
committerPeter Maydell2016-02-04 18:41:30 +0100
commit2744d9207f397a3cb8d31654cac63e0ca0299d68 (patch)
tree3002e9ddd16572dcd6d22e78914805ef352a93e4 /net/vhost-user.c
parentslirp: Clean up includes (diff)
downloadqemu-2744d9207f397a3cb8d31654cac63e0ca0299d68.tar.gz
qemu-2744d9207f397a3cb8d31654cac63e0ca0299d68.tar.xz
qemu-2744d9207f397a3cb8d31654cac63e0ca0299d68.zip
net: 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-11-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'net/vhost-user.c')
-rw-r--r--net/vhost-user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/vhost-user.c b/net/vhost-user.c
index e4dd089c5c..451dbbfb27 100644
--- a/net/vhost-user.c
+++ b/net/vhost-user.c
@@ -8,6 +8,7 @@
*
*/
+#include "qemu/osdep.h"
#include "clients.h"
#include "net/vhost_net.h"
#include "net/vhost-user.h"