summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-03-03 13:14:26 +0000
committerRichard Hughes <richard@hughsie.com>2016-03-03 13:37:52 +0000
commit45406dd91959729e0f8935cf864f70f291801489 (patch)
treed45fd6af8630bec78c4e987573e85ab2386b540e /libappstream-glib/as-node.c
parentecb45f77ca3e553c00c861d3d659838dc298c507 (diff)
downloadappstream-glib-45406dd91959729e0f8935cf864f70f291801489.tar.gz
Split out as-markup into a new source file
as-utils.c was getting much too big anyway. No API changes.
Diffstat (limited to 'libappstream-glib/as-node.c')
-rw-r--r--libappstream-glib/as-node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-node.c b/libappstream-glib/as-node.c
index 1941c98..820a9ed 100644
--- a/libappstream-glib/as-node.c
+++ b/libappstream-glib/as-node.c
@@ -37,6 +37,7 @@
#include <glib.h>
#include <string.h>
+#include "as-markup.h"
#include "as-node-private.h"
#include "as-utils-private.h"