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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 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. |