Adjust lwlib to recent config.h change
* lwlib/lwlib-Xaw.c: Include <stdlib.h> for 'abort' (Bug#24506).
This commit is contained in:
parent
074d5cd873
commit
9221b77c99
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue