summaryrefslogtreecommitdiffstats
path: root/hw/net
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:07 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit87917fdc944d8346e40d8e99f77d619b3f6dd80e (patch)
treec9116f8e7978a4ab1727b3dd0faa77ed33ecf3dc /hw/net
parentec3c0717f9dedfb5ae9e634bbd8e4d34050b75ac (diff)
downloadhqemu-87917fdc944d8346e40d8e99f77d619b3f6dd80e.zip
hqemu-87917fdc944d8346e40d8e99f77d619b3f6dd80e.tar.gz
virtio: 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: 1453832250-766-15-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/net')
-rw-r--r--hw/net/virtio-net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
index a877614..fde8dd3 100644
--- a/hw/net/virtio-net.c
+++ b/hw/net/virtio-net.c
@@ -11,6 +11,7 @@
*
*/
+#include "qemu/osdep.h"
#include "qemu/iov.h"
#include "hw/virtio/virtio.h"
#include "net/net.h"
OpenPOWER on IntegriCloud