aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorStefan Monnier2003-05-14 18:50:10 +0000
committerStefan Monnier2003-05-14 18:50:10 +0000
commit3f6abfd7b3a150b8761b4e637fe76926d100f7c8 (patch)
tree60294a7d8679756903a63e85b4e7395f8be3cd31 /src/bytecode.c
parent24d80a067c523c71beaeaef1470faa543b2255db (diff)
downloademacs-3f6abfd7b3a150b8761b4e637fe76926d100f7c8.tar.gz
emacs-3f6abfd7b3a150b8761b4e637fe76926d100f7c8.zip
Include window.h.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 98acc336db7..33f1ae53e28 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -1,5 +1,5 @@
1/* Execution of byte code produced by bytecomp.el. 1/* Execution of byte code produced by bytecomp.el.
2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002 2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
@@ -39,6 +39,7 @@ by Hallvard:
39#include "buffer.h" 39#include "buffer.h"
40#include "charset.h" 40#include "charset.h"
41#include "syntax.h" 41#include "syntax.h"
42#include "window.h"
42 43
43#ifdef CHECK_FRAME_FONT 44#ifdef CHECK_FRAME_FONT
44#include "frame.h" 45#include "frame.h"