summaryrefslogtreecommitdiff
path: root/src/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c
index b503123b96e..d423fd46b70 100644
--- a/src/font.c
+++ b/src/font.c
@@ -5751,6 +5751,9 @@ match. */);
#ifdef HAVE_NTGUI
syms_of_w32font ();
#endif /* HAVE_NTGUI */
+#ifdef USE_BE_CAIRO
+ syms_of_ftcrfont ();
+#endif
#endif /* HAVE_WINDOW_SYSTEM */
}