Adjust lwlib to recent config.h change

* lwlib/lwlib-Xaw.c: Include <stdlib.h> for 'abort' (Bug#24506).
This commit is contained in:
Paul Eggert 2016-11-29 09:19:42 -08:00
parent 074d5cd873
commit 9221b77c99

View 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>