emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9221b77: Adjust lwlib to recent config.h change


From: Paul Eggert
Subject: [Emacs-diffs] master 9221b77: Adjust lwlib to recent config.h change
Date: Tue, 29 Nov 2016 17:20:22 +0000 (UTC)

branch: master
commit 9221b77c9962cc5a4cb7310b54b5b3c2b1faa469
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Adjust lwlib to recent config.h change
    
    * lwlib/lwlib-Xaw.c: Include <stdlib.h> for 'abort' (Bug#24506).
---
 lwlib/lwlib-Xaw.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 9bd84ef..f153407 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>



reply via email to

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