From 86caa902c4beba4856d289503ed6cb131136569b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 3 Jun 2014 13:08:08 -0700 Subject: [PATCH] * emacs.c: Include "sysselect.h", to define its inline functions. Problem reported by Glenn Morris in: http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00077.html --- src/ChangeLog | 4 ++++ src/emacs.c | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index a6cbac808c..3d7f906ee2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2014-06-03 Paul Eggert + * emacs.c: Include "sysselect.h", to define its inline functions. + Problem reported by Glenn Morris in: + http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00077.html + Do not require libXt-devel when building with gtk. * gtkutil.h, menu.h: Include lwlib-widget.h, not lwlib-h, to avoid dependency on libXt-devel. diff --git a/src/emacs.c b/src/emacs.c index 57f713125e..117ce4decd 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -80,6 +80,7 @@ along with GNU Emacs. If not, see . */ #include "composite.h" #include "dispextern.h" #include "syntax.h" +#include "sysselect.h" #include "systime.h" #ifdef HAVE_GNUTLS -- 2.20.1