aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-10-31 05:20:51 +0000
committerJim Blandy1992-10-31 05:20:51 +0000
commitbff19c8dd10b276ebb0efc17176cf64158ecad33 (patch)
tree165a9012448d43d96943d9546a71bd3f231bd018
parentf812877e01e566968023b03831dd7a461acbe80e (diff)
downloademacs-bff19c8dd10b276ebb0efc17176cf64158ecad33.tar.gz
emacs-bff19c8dd10b276ebb0efc17176cf64158ecad33.zip
* frame.c: #include buffer.h.
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 7951fc3a320..f36d9b640de 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -25,6 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
25 25
26#ifdef MULTI_FRAME 26#ifdef MULTI_FRAME
27 27
28#include "buffer.h"
28#include "window.h" 29#include "window.h"
29#include "termhooks.h" 30#include "termhooks.h"
30 31