aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoseph Arceneaux <[email protected]>1992-10-02 23:43:16 +0000
committerJoseph Arceneaux <[email protected]>1992-10-02 23:43:16 +0000
commit21cf4cf8a9a4cc24e21b03c0bec98286dac4a1dc (patch)
treedcc1492a03ff6cf3631652547e07a4cf4b68290b /src
parent249a6da95492d146cb1d97e9454198b2deb49e53 (diff)
* buffer.c: #include intervals.h.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 96327b331e..7b1bda47fa 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#include "lisp.h"
+#include "intervals.h"
#include "window.h"
#include "commands.h"
#include "buffer.h"