Mercurial > emacs
changeset 73323:d38d245297fa
Include xterm.h for x_fully_uncatch_errors and friends.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 10 Oct 2006 14:39:15 +0000 |
parents | d0bb9a8883d1 |
children | 5f585a1163cb |
files | src/eval.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eval.c Tue Oct 10 14:38:34 2006 +0000 +++ b/src/eval.c Tue Oct 10 14:39:15 2006 +0000 @@ -28,6 +28,10 @@ #include "dispextern.h" #include <setjmp.h> +#if HAVE_X_WINDOWS +#include "xterm.h" +#endif + /* This definition is duplicated in alloc.c and keyboard.c */ /* Putting it in lisp.h makes cc bomb out! */