aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index aaf058e4a80..fcf048ca84b 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -66,6 +66,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
66#include "buffer.h" 66#include "buffer.h"
67#include "window.h" 67#include "window.h"
68 68
69#ifdef HAVE_XWIDGETS
70# include "xwidget.h"
71#endif
69#include "atimer.h" 72#include "atimer.h"
70#include "blockinput.h" 73#include "blockinput.h"
71#include "syssignal.h" 74#include "syssignal.h"
@@ -1492,6 +1495,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1492 syms_of_xfns (); 1495 syms_of_xfns ();
1493 syms_of_xmenu (); 1496 syms_of_xmenu ();
1494 syms_of_fontset (); 1497 syms_of_fontset ();
1498#ifdef HAVE_XWIDGETS
1499 syms_of_xwidget ();
1500#endif
1495 syms_of_xsettings (); 1501 syms_of_xsettings ();
1496#ifdef HAVE_X_SM 1502#ifdef HAVE_X_SM
1497 syms_of_xsmfns (); 1503 syms_of_xsmfns ();