diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-17 03:15:29 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-17 03:15:29 +0000 |
commit | bde7c5006098c8cc62497c819c60bdf38782dd0c (patch) | |
tree | e856e4cc47020129aa31cf05add93451ac9a3a21 /src | |
parent | 023c80d0514d4b7f64623836800b80c7d763250a (diff) | |
download | emacs-bde7c5006098c8cc62497c819c60bdf38782dd0c.tar.gz |
Add #include "intervals.h"
Diffstat (limited to 'src')
-rw-r--r-- | src/xfaces.c | 1 | ||||
-rw-r--r-- | src/xterm.c | 1 |
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. */ #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 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; |