summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 18:09:38 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-20 18:09:38 +0000
commitd30a2677bdc931cb3836a9b0d3b0b1c2a5952529 (patch)
treee6c23d824fdee38ef217e432533fa54c65fd27be
parente756543935d415939e358d6d7cec094f7cd310a7 (diff)
parentc5c79ab3f98c9e47d047be0f3336117acf6c08b8 (diff)
downloadpango-d30a2677bdc931cb3836a9b0d3b0b1c2a5952529.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
Fix the build See merge request GNOME/pango!419
-rw-r--r--pango/pango-markup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-markup.h b/pango/pango-markup.h
index 92ac509d..003ee51a 100644
--- a/pango/pango-markup.h
+++ b/pango/pango-markup.h
@@ -22,7 +22,7 @@
#ifndef __PANGO_MARKUP_H__
#define __PANGO_MARKUP_H__
-#include <pango-attributes.h>
+#include <pango/pango-attributes.h>
G_BEGIN_DECLS