aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-09-17 03:15:29 +0000
committerKarl Heuer1994-09-17 03:15:29 +0000
commitbde7c5006098c8cc62497c819c60bdf38782dd0c (patch)
treee856e4cc47020129aa31cf05add93451ac9a3a21 /src
parent023c80d0514d4b7f64623836800b80c7d763250a (diff)
downloademacs-bde7c5006098c8cc62497c819c60bdf38782dd0c.tar.gz
emacs-bde7c5006098c8cc62497c819c60bdf38782dd0c.zip
Add #include "intervals.h"
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c1
-rw-r--r--src/xterm.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 4869076e07d..33ffb588f4c 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -33,6 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
33#include "frame.h" 33#include "frame.h"
34#include "blockinput.h" 34#include "blockinput.h"
35#include "window.h" 35#include "window.h"
36#include "intervals.h"
36 37
37/* Compensate for bug in Xos.h on some systems, on which it requires 38/* Compensate for bug in Xos.h on some systems, on which it requires
38 time.h. On some such systems, Xos.h tries to redefine struct 39 time.h. On some such systems, Xos.h tries to redefine struct
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. */
80#include "buffer.h" 80#include "buffer.h"
81#include "window.h" 81#include "window.h"
82#include "keyboard.h" 82#include "keyboard.h"
83#include "intervals.h"
83 84
84#ifdef USE_X_TOOLKIT 85#ifdef USE_X_TOOLKIT
85extern XtAppContext Xt_app_con; 86extern XtAppContext Xt_app_con;