aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorStefan Monnier2006-10-10 14:39:23 +0000
committerStefan Monnier2006-10-10 14:39:23 +0000
commitb70e1a2bdc58e85af0c89e5d9cf59337355e3070 (patch)
tree8edc12d37717039e5eaca5853463880dc6cd977e /src/eval.c
parent516c741dce848452dee4900c97c3571e010c401d (diff)
downloademacs-b70e1a2bdc58e85af0c89e5d9cf59337355e3070.tar.gz
emacs-b70e1a2bdc58e85af0c89e5d9cf59337355e3070.zip
Include xterm.h for x_fully_uncatch_errors and friends.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index dbd30eac201..4e04422d2d6 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -28,6 +28,10 @@ Boston, MA 02110-1301, USA. */
28#include "dispextern.h" 28#include "dispextern.h"
29#include <setjmp.h> 29#include <setjmp.h>
30 30
31#if HAVE_X_WINDOWS
32#include "xterm.h"
33#endif
34
31/* This definition is duplicated in alloc.c and keyboard.c */ 35/* This definition is duplicated in alloc.c and keyboard.c */
32/* Putting it in lisp.h makes cc bomb out! */ 36/* Putting it in lisp.h makes cc bomb out! */
33 37