projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074d5cd
)
Adjust lwlib to recent config.h change
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 29 Nov 2016 17:19:42 +0000
(09:19 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 29 Nov 2016 17:20:18 +0000
(09:20 -0800)
* lwlib/lwlib-Xaw.c: Include <stdlib.h> for 'abort' (Bug#24506).
lwlib/lwlib-Xaw.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib-Xaw.c
b/lwlib/lwlib-Xaw.c
index 9bd84ef167a012235152efee1c1232126c1d0dd3..f153407c4c4698b8d1485e9687719ab89527dd17 100644
(file)
--- a/
lwlib/lwlib-Xaw.c
+++ b/
lwlib/lwlib-Xaw.c
@@
-21,6
+21,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdio.h>
+#include <stdlib.h>
#include <setjmp.h>
#include <lisp.h>