diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-04-20 17:26:07 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-04-21 17:03:51 +0400 |
commit | 215aea0cb2c1ede4bac8877a8c85b66568bed694 (patch) | |
tree | 7915fec8fe1707b5b674450d73128a99e907bb2d /tests | |
parent | 9ca9c893b617c0c182f16331021c5ff8c64c5c00 (diff) |
include: move qdict_{crumple,flatten} declarations
Move them where they belong, since the functions are implemented in block-qdict.c.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220420132624.2439741-25-marcandre.lureau@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/check-qobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/check-qobject.c b/tests/unit/check-qobject.c index 0ed094e55f..c5e850a10c 100644 --- a/tests/unit/check-qobject.c +++ b/tests/unit/check-qobject.c @@ -15,6 +15,7 @@ #include "qapi/qmp/qnull.h" #include "qapi/qmp/qnum.h" #include "qapi/qmp/qstring.h" +#include "block/qdict.h" #include <math.h> |