| Submitter | Eduardo Habkost |
|---|---|
| Date | Nov. 22, 2012, 5:27 p.m. |
| Message ID | <1353605251-22218-5-git-send-email-ehabkost@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/201094/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qapi/qmp-registry.c b/qapi/qmp-registry.c index 5414613..c2c31b4 100644 --- a/qapi/qmp-registry.c +++ b/qapi/qmp-registry.c @@ -12,6 +12,8 @@ * */ +#include <glib.h> +#include <string.h> #include "qapi/qmp-core.h" static QTAILQ_HEAD(QmpCommandList, QmpCommand) qmp_commands =