From 37003adf96c3e4d3de08247f0199055994d881de Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 7 Jun 2012 04:02:21 +0200 Subject: qmp: include monitor.h when needed This is needed to get file descriptors from SCM_RIGHTS. Signed-off-by: Paolo Bonzini Signed-off-by: Luiz Capitulino --- net/tap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'net/tap.c') diff --git a/net/tap.c b/net/tap.c index 5ac4ba3343..17e91355ce 100644 --- a/net/tap.c +++ b/net/tap.c @@ -34,6 +34,7 @@ #include #include "net.h" +#include "monitor.h" #include "sysemu.h" #include "qemu-char.h" #include "qemu-common.h" -- cgit v1.2.1