summaryrefslogtreecommitdiff
path: root/net/tap-aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap-aix.c')
-rw-r--r--net/tap-aix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tap-aix.c b/net/tap-aix.c
index e84fc39136..9d830b7a32 100644
--- a/net/tap-aix.c
+++ b/net/tap-aix.c
@@ -22,8 +22,8 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.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)