From: Andreas Schwab Date: Mon, 30 Aug 1999 16:10:03 +0000 (+0000) Subject: Include if available, and declare abort only if not. Include X-Git-Tag: emacs-pretest-21.0.90~6990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67ba84d17ae7219d3a6b10c5b72c85a273df0572;p=emacs.git Include if available, and declare abort only if not. Include . --- diff --git a/src/xfns.c b/src/xfns.c index 468b7c37a22..fd2dcc5a027 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -50,7 +50,13 @@ Boston, MA 02111-1307, USA. */ #include "termhooks.h" #ifdef HAVE_X_WINDOWS + +#ifdef STDC_HEADERS +#include +#else extern void abort (); +#endif +#include /* On some systems, the character-composition stuff is broken in X11R5. */