1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Add #include "intervals.h"

This commit is contained in:
Karl Heuer 1994-09-17 03:15:29 +00:00
parent 023c80d051
commit bde7c50060
2 changed files with 2 additions and 0 deletions

View 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

View 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;