diff options
| author | Joseph Arceneaux | 1992-10-02 23:43:16 +0000 |
|---|---|---|
| committer | Joseph Arceneaux | 1992-10-02 23:43:16 +0000 |
| commit | 21cf4cf8a9a4cc24e21b03c0bec98286dac4a1dc (patch) | |
| tree | dcc1492a03ff6cf3631652547e07a4cf4b68290b /src/buffer.c | |
| parent | 249a6da95492d146cb1d97e9454198b2deb49e53 (diff) | |
| download | emacs-21cf4cf8a9a4cc24e21b03c0bec98286dac4a1dc.tar.gz emacs-21cf4cf8a9a4cc24e21b03c0bec98286dac4a1dc.zip | |
* buffer.c: #include intervals.h.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 96327b331ee..7b1bda47fa5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 27 | 27 | ||
| 28 | #include "config.h" | 28 | #include "config.h" |
| 29 | #include "lisp.h" | 29 | #include "lisp.h" |
| 30 | #include "intervals.h" | ||
| 30 | #include "window.h" | 31 | #include "window.h" |
| 31 | #include "commands.h" | 32 | #include "commands.h" |
| 32 | #include "buffer.h" | 33 | #include "buffer.h" |