# HG changeset patch # User Andreas Schwab # Date 936029403 0 # Node ID 786ab5197e4b29dd124db9f03ab5767e24949da5 # Parent b5c133b3bfa0023b3b4258cfe6aaec95a2c168f9 Include if available, and declare abort only if not. Include . diff -r b5c133b3bfa0 -r 786ab5197e4b src/xfns.c --- 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 +#else extern void abort (); +#endif +#include /* On some systems, the character-composition stuff is broken in X11R5. */