aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-09-17 03:15:29 +0000
committerKarl Heuer <[email protected]>1994-09-17 03:15:29 +0000
commitbde7c5006098c8cc62497c819c60bdf38782dd0c (patch)
treee856e4cc47020129aa31cf05add93451ac9a3a21 /src
parent023c80d0514d4b7f64623836800b80c7d763250a (diff)
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 4869076e07..33ffb588f4 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -33,6 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "frame.h"
#include "blockinput.h"
#include "window.h"
+#include "intervals.h"
/* Compensate for bug in Xos.h on some systems, on which it requires
time.h. On some such systems, Xos.h tries to redefine struct
diff --git a/src/xterm.c b/src/xterm.c
index 21e9ab7f63..c3f863a280 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;