]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust lwlib to recent config.h change
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Nov 2016 17:19:42 +0000 (09:19 -0800)
committerPaul 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

index 9bd84ef167a012235152efee1c1232126c1d0dd3..f153407c4c4698b8d1485e9687719ab89527dd17 100644 (file)
@@ -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>