diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-06-07 04:02:21 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-06-15 10:41:05 -0300 |
commit | 37003adf96c3e4d3de08247f0199055994d881de (patch) | |
tree | fcaf3349e81ae6109934c6d24ba7c454791d9a30 /net | |
parent | ebd063d15015d372b5ebd36cdd9fe212b0d5334d (diff) | |
download | hqemu-37003adf96c3e4d3de08247f0199055994d881de.zip hqemu-37003adf96c3e4d3de08247f0199055994d881de.tar.gz |
qmp: include monitor.h when needed
This is needed to get file descriptors from SCM_RIGHTS.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/tap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ #include <net/if.h> #include "net.h" +#include "monitor.h" #include "sysemu.h" #include "qemu-char.h" #include "qemu-common.h" |