summaryrefslogtreecommitdiffstats
path: root/qemu/net/tap-haiku.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/net/tap-haiku.c')
-rw-r--r--qemu/net/tap-haiku.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu/net/tap-haiku.c b/qemu/net/tap-haiku.c
index 2e738ec6a..b27e57e95 100644
--- a/qemu/net/tap-haiku.c
+++ b/qemu/net/tap-haiku.c
@@ -22,8 +22,9 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
+#include "qapi/error.h"
#include "tap_int.h"
-#include <stdio.h>
int tap_open(char *ifname, int ifname_size, int *vnet_hdr,
int vnet_hdr_required, int mq_required, Error **errp)