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 | 9ef8b75b0178aa7f7cade8c744390b7328b11ebd (patch) | |
tree | c5ecd4cb4f963b648e29e47d7e308f968f5765c2 /src/xfaces.c | |
parent | a4795439e8c203a470da518a98f174aa5fa5215f (diff) | |
download | emacs-9ef8b75b0178aa7f7cade8c744390b7328b11ebd.tar.gz |
Add #include "intervals.h"
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 1 |
1 files changed, 1 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 |