diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 13:55:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 13:59:08 -0400 |
commit | c5c79ab3f98c9e47d047be0f3336117acf6c08b8 (patch) | |
tree | e6c23d824fdee38ef217e432533fa54c65fd27be /pango | |
parent | e756543935d415939e358d6d7cec094f7cd310a7 (diff) | |
download | pango-c5c79ab3f98c9e47d047be0f3336117acf6c08b8.tar.gz |
Fix up header inclusions
This worked for building pango itself, but not for
using it.
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-markup.h | 2 |
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 |