diff options
| author | Paul Eggert | 2014-06-03 13:08:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-03 13:08:08 -0700 |
| commit | 86caa902c4beba4856d289503ed6cb131136569b (patch) | |
| tree | 13f4b25f5775d9f6b8a4f09ee959e9bbf3376b31 /src | |
| parent | 181f08a7d8378c5d3cb290b58c7618396413d28c (diff) | |
| download | emacs-86caa902c4beba4856d289503ed6cb131136569b.tar.gz emacs-86caa902c4beba4856d289503ed6cb131136569b.zip | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/emacs.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6cbac808c2..3d7f906ee29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-06-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-06-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * emacs.c: Include "sysselect.h", to define its inline functions. | ||
| 4 | Problem reported by Glenn Morris in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00077.html | ||
| 6 | |||
| 3 | Do not require libXt-devel when building with gtk. | 7 | Do not require libXt-devel when building with gtk. |
| 4 | * gtkutil.h, menu.h: Include lwlib-widget.h, not lwlib-h, to avoid | 8 | * gtkutil.h, menu.h: Include lwlib-widget.h, not lwlib-h, to avoid |
| 5 | dependency on libXt-devel. | 9 | dependency on libXt-devel. |
diff --git a/src/emacs.c b/src/emacs.c index 57f713125ee..117ce4decdb 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -80,6 +80,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 80 | #include "composite.h" | 80 | #include "composite.h" |
| 81 | #include "dispextern.h" | 81 | #include "dispextern.h" |
| 82 | #include "syntax.h" | 82 | #include "syntax.h" |
| 83 | #include "sysselect.h" | ||
| 83 | #include "systime.h" | 84 | #include "systime.h" |
| 84 | 85 | ||
| 85 | #ifdef HAVE_GNUTLS | 86 | #ifdef HAVE_GNUTLS |