OSDN Git Service

scripts: qapi-commands.py: qmp-commands.h: include qdict.h
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 6 Aug 2012 14:35:22 +0000 (11:35 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Aug 2012 19:10:18 +0000 (16:10 -0300)
commit08b76b9fc3f0c25f062216955411aefaefabff89
tree7ef967ea48ea30df0c693d098de5fa26705fee4d
parentadb2072ed0fd595b05f6571e985b271a3cfa872d
scripts: qapi-commands.py: qmp-commands.h: include qdict.h

qmp-commands.h declares several functions that have arguments of
type QDict. However, qdict.h is not included. This will cause a
build breakage when a file includes qmp-commands.h but doesn't
include qdict.h.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
scripts/qapi-commands.py