summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 13:55:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-20 13:59:08 -0400
commitc5c79ab3f98c9e47d047be0f3336117acf6c08b8 (patch)
treee6c23d824fdee38ef217e432533fa54c65fd27be
parente756543935d415939e358d6d7cec094f7cd310a7 (diff)
downloadpango-c5c79ab3f98c9e47d047be0f3336117acf6c08b8.tar.gz
Fix up header inclusions
This worked for building pango itself, but not for using it.
-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