diff options
| author | Paul Eggert | 2016-11-29 09:19:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-11-29 09:20:18 -0800 |
| commit | 9221b77c9962cc5a4cb7310b54b5b3c2b1faa469 (patch) | |
| tree | 0e8b2a29177f6f4dd9074cec3ee4c8b981cc767c /lwlib | |
| parent | 074d5cd873014d97bf84a993ea711b39368810fe (diff) | |
| download | emacs-9221b77c9962cc5a4cb7310b54b5b3c2b1faa469.tar.gz emacs-9221b77c9962cc5a4cb7310b54b5b3c2b1faa469.zip | |
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.c | 1 |
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/>. */ | |||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include <stdlib.h> | ||
| 24 | #include <setjmp.h> | 25 | #include <setjmp.h> |
| 25 | 26 | ||
| 26 | #include <lisp.h> | 27 | #include <lisp.h> |