diff src/eval.c @ 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 c59eb8001eb6
children 400169af8063 2d56e13fd23d 8dd8c8286063
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! */