summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-09-17 03:15:29 +0000
committerKarl Heuer <kwzh@gnu.org>1994-09-17 03:15:29 +0000
commit9ef8b75b0178aa7f7cade8c744390b7328b11ebd (patch)
treec5ecd4cb4f963b648e29e47d7e308f968f5765c2 /src/xterm.c
parenta4795439e8c203a470da518a98f174aa5fa5215f (diff)
downloademacs-9ef8b75b0178aa7f7cade8c744390b7328b11ebd.tar.gz
Add #include "intervals.h"
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 21e9ab7f63a..c3f863a280a 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -80,6 +80,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "buffer.h"
#include "window.h"
#include "keyboard.h"
+#include "intervals.h"
#ifdef USE_X_TOOLKIT
extern XtAppContext Xt_app_con;