summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 400a6b0e594..72680e37615 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1626,6 +1626,9 @@ main (int argc, char **argv)
syms_of_xmenu ();
syms_of_fontset ();
syms_of_xsettings ();
+#ifdef USE_GTK
+ syms_of_gtkutil ();
+#endif
#ifdef HAVE_X_SM
syms_of_xsmfns ();
#endif