diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-05-14 18:50:10 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-05-14 18:50:10 +0000 |
commit | 3f6abfd7b3a150b8761b4e637fe76926d100f7c8 (patch) | |
tree | 60294a7d8679756903a63e85b4e7395f8be3cd31 /src/bytecode.c | |
parent | 24d80a067c523c71beaeaef1470faa543b2255db (diff) | |
download | emacs-3f6abfd7b3a150b8761b4e637fe76926d100f7c8.tar.gz |
Include window.h.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r-- | src/bytecode.c | 3 |
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 @@ /* Execution of byte code produced by bytecomp.el. - Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002 + Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -39,6 +39,7 @@ by Hallvard: #include "buffer.h" #include "charset.h" #include "syntax.h" +#include "window.h" #ifdef CHECK_FRAME_FONT #include "frame.h" |