summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-16 08:12:24 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-16 08:12:24 -0500
commitbcd14d2b8b55669b19fc1697caedffaebb0f58a4 (patch)
treecd229d6c394206d6f68a53565ad10f65dc524cfe
parent23eb92fd4c454d790e4531810ca49b58f3816030 (diff)
downloadpango-missing-include.tar.gz
Add a missing includemissing-include
This was breaking the build on some macOs versions. Fixes: #640
-rw-r--r--pango/json/gtkjsonparser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/json/gtkjsonparser.c b/pango/json/gtkjsonparser.c
index 10985bb2..0599d8f1 100644
--- a/pango/json/gtkjsonparser.c
+++ b/pango/json/gtkjsonparser.c
@@ -22,6 +22,7 @@
#include "gtkjsonparserprivate.h"
#include <stdlib.h>
+#include <errno.h>
typedef struct _GtkJsonBlock GtkJsonBlock;