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:
parent
023c80d051
commit
bde7c50060
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user