]> git.eshelyaron.com Git - emacs.git/commitdiff
Add #include "intervals.h"
authorKarl Heuer <kwzh@gnu.org>
Sat, 17 Sep 1994 03:15:29 +0000 (03:15 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 17 Sep 1994 03:15:29 +0000 (03:15 +0000)
src/xfaces.c
src/xterm.c

index 4869076e07df0db98fa15c3c0d0eb5cc92075d7a..33ffb588f4c5e01d85311d84536bae59cae77a14 100644 (file)
@@ -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
index 21e9ab7f63a1a0e136af23ea982cbc7cb1eab01c..c3f863a280ab7ca95c2f3bd674baf1dae24eaed0 100644 (file)
@@ -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;