projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tap: vhost busy polling support
[qemu.git]
/
net
/
tap-solaris.c
diff --git
a/net/tap-solaris.c
b/net/tap-solaris.c
index 0f60f78dd059c468cfb418415d8990115f049e62..a2a92356c1a017ae0270e4d4ee8c8b665969c788 100644
(file)
--- a/
net/tap-solaris.c
+++ b/
net/tap-solaris.c
@@
-22,10
+22,12
@@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
+#include "qapi/error.h"
#include "tap_int.h"
#include "sysemu/sysemu.h"
+#include "qemu/cutils.h"
-#include <sys/stat.h>
#include <sys/ethernet.h>
#include <sys/sockio.h>
#include <netinet/arp.h>
This page took
0.022966 seconds
and
4
git commands to generate.