]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs.c: Include "sysselect.h", to define its inline functions.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Jun 2014 20:08:08 +0000 (13:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Jun 2014 20:08:08 +0000 (13:08 -0700)
Problem reported by Glenn Morris in:
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00077.html

src/ChangeLog
src/emacs.c

index a6cbac808c2ec3854a9f216ae8f964e781d18a14..3d7f906ee29be111318f7b3a695335b83f54ff89 100644 (file)
@@ -1,5 +1,9 @@
 2014-06-03  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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.
index 57f713125ee352a9cce8deeda057955cf1221e42..117ce4decdbbc3b58fd1761f3cda6de8305e2988 100644 (file)
@@ -80,6 +80,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "composite.h"
 #include "dispextern.h"
 #include "syntax.h"
+#include "sysselect.h"
 #include "systime.h"
 
 #ifdef HAVE_GNUTLS