Mercurial > emacs
changeset 25451:786ab5197e4b
Include <stdlib.h> if available, and declare abort only if not. Include
<ctype.h>.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 30 Aug 1999 16:10:03 +0000 |
parents | b5c133b3bfa0 |
children | 4d553f7390dc |
files | src/xfns.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Mon Aug 30 16:06:22 1999 +0000 +++ b/src/xfns.c Mon Aug 30 16:10:03 1999 +0000 @@ -50,7 +50,13 @@ #include "termhooks.h" #ifdef HAVE_X_WINDOWS + +#ifdef STDC_HEADERS +#include <stdlib.h> +#else extern void abort (); +#endif +#include <ctype.h> /* On some systems, the character-composition stuff is broken in X11R5. */