summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-private.h')
-rw-r--r--pango/opentype/hb-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/opentype/hb-private.h b/pango/opentype/hb-private.h
index 2791b05c..4523a1d0 100644
--- a/pango/opentype/hb-private.h
+++ b/pango/opentype/hb-private.h
@@ -76,6 +76,7 @@ typedef GStaticMutex hb_mutex_t;
#define hb_mutex_lock(M) g_static_mutex_lock (&M)
#define hb_mutex_trylock(M) g_static_mutex_trylock (&M)
#define hb_mutex_unlock(M) g_static_mutex_unlock (&M)
+#define hb_mutex_free(M) g_static_mutex_free (&M)
#else
#error "Could not find any system to define platform macros, see hb-private.h"