]> Git Repo - qemu.git/blobdiff - net/tap-solaris.c
tap: vhost busy polling support
[qemu.git] / net / tap-solaris.c
index 0f60f78dd059c468cfb418415d8990115f049e62..a2a92356c1a017ae0270e4d4ee8c8b665969c788 100644 (file)
  * 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.018711 seconds and 4 git commands to generate.