changeset 8848:48b3ac951c53

Add #include "intervals.h"
author Karl Heuer <kwzh@gnu.org>
date Sat, 17 Sep 1994 03:15:29 +0000
parents 7327513b377b
children 7e705163bde7
files src/xfaces.c src/xterm.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Sat Sep 17 03:14:26 1994 +0000
+++ b/src/xfaces.c	Sat Sep 17 03:15:29 1994 +0000
@@ -33,6 +33,7 @@
 #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
--- a/src/xterm.c	Sat Sep 17 03:14:26 1994 +0000
+++ b/src/xterm.c	Sat Sep 17 03:15:29 1994 +0000
@@ -80,6 +80,7 @@
 #include "buffer.h"
 #include "window.h"
 #include "keyboard.h"
+#include "intervals.h"
 
 #ifdef USE_X_TOOLKIT
 extern XtAppContext Xt_app_con;