commit | 37003adf96c3e4d3de08247f0199055994d881de | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 07 04:02:21 2012 +0200 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Fri Jun 15 10:41:05 2012 -0300 |
tree | fcaf3349e81ae6109934c6d24ba7c454791d9a30 | |
parent | ebd063d15015d372b5ebd36cdd9fe212b0d5334d [diff] [blame] |
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>
diff --git a/hmp.c b/hmp.c index 2ce8cb9..b9cec1d 100644 --- a/hmp.c +++ b/hmp.c
@@ -18,6 +18,7 @@ #include "qemu-option.h" #include "qemu-timer.h" #include "qmp-commands.h" +#include "monitor.h" static void hmp_handle_error(Monitor *mon, Error **errp) {