emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117251: * emacs.c: Include "sysselect.h", to define


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117251: * emacs.c: Include "sysselect.h", to define its inline functions.
Date: Tue, 03 Jun 2014 20:08:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117251
revision-id: address@hidden
parent: address@hidden
author: Paul Eggert  <address@hidden>
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2014-06-03 13:08:08 -0700
message:
  * 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
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/emacs.c                    emacs.c-20091113204419-o5vbwnq5f7feedwu-241
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-06-03 19:59:55 +0000
+++ b/src/ChangeLog     2014-06-03 20:08:08 +0000
@@ -1,5 +1,9 @@
 2014-06-03  Paul Eggert  <address@hidden>
 
+       * 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.

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2014-05-29 14:52:47 +0000
+++ b/src/emacs.c       2014-06-03 20:08:08 +0000
@@ -80,6 +80,7 @@
 #include "composite.h"
 #include "dispextern.h"
 #include "syntax.h"
+#include "sysselect.h"
 #include "systime.h"
 
 #ifdef HAVE_GNUTLS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]