aboutsummaryrefslogtreecommitdiff
path: root/qobject/qobject.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2020-12-11 18:11:40 +0100
committerMarkus Armbruster <armbru@redhat.com>2020-12-19 10:38:43 +0100
commit80d71121b719c610c7f6e05c932c35ded4cc92d4 (patch)
tree8e67c0dc358bcd1e9b9c7bbf3cbf5105f2441d2e /qobject/qobject.c
parentbce800869b44ce82705205147018bffbbc798834 (diff)
downloadqemu-80d71121b719c610c7f6e05c932c35ded4cc92d4.zip
qemu-80d71121b719c610c7f6e05c932c35ded4cc92d4.tar.gz
qemu-80d71121b719c610c7f6e05c932c35ded4cc92d4.tar.bz2
qobject: Move internals to qobject-internal.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20201211171152.146877-9-armbru@redhat.com>
Diffstat (limited to 'qobject/qobject.c')
-rw-r--r--qobject/qobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qobject/qobject.c b/qobject/qobject.c
index 878dd76..d7077b8 100644
--- a/qobject/qobject.c
+++ b/qobject/qobject.c
@@ -14,6 +14,7 @@
#include "qapi/qmp/qdict.h"
#include "qapi/qmp/qlist.h"
#include "qapi/qmp/qstring.h"
+#include "qobject-internal.h"
QEMU_BUILD_BUG_MSG(
offsetof(QNull, base) != 0 ||