diff options
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. */ | |||
| 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 |
| 85 | extern XtAppContext Xt_app_con; | 86 | extern XtAppContext Xt_app_con; |