summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-11-29 09:19:42 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-11-29 09:20:18 -0800
commit9221b77c9962cc5a4cb7310b54b5b3c2b1faa469 (patch)
tree0e8b2a29177f6f4dd9074cec3ee4c8b981cc767c /lwlib
parent074d5cd873014d97bf84a993ea711b39368810fe (diff)
downloademacs-9221b77c9962cc5a4cb7310b54b5b3c2b1faa469.tar.gz
Adjust lwlib to recent config.h change
* lwlib/lwlib-Xaw.c: Include <stdlib.h> for 'abort' (Bug#24506).
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib-Xaw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 9bd84ef167a..f153407c4c4 100644
--- 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>