diff options
| author | Stefan Monnier | 2003-05-14 18:50:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-14 18:50:10 +0000 |
| commit | 3f6abfd7b3a150b8761b4e637fe76926d100f7c8 (patch) | |
| tree | 60294a7d8679756903a63e85b4e7395f8be3cd31 | |
| parent | 24d80a067c523c71beaeaef1470faa543b2255db (diff) | |
| download | emacs-3f6abfd7b3a150b8761b4e637fe76926d100f7c8.tar.gz emacs-3f6abfd7b3a150b8761b4e637fe76926d100f7c8.zip | |
Include window.h.
| -rw-r--r-- | src/bytecode.c | 3 | ||||
| -rw-r--r-- | src/emacs.c | 3 |
2 files changed, 4 insertions, 2 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 | ||
| 5 | This file is part of GNU Emacs. | 5 | This 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" |
diff --git a/src/emacs.c b/src/emacs.c index 7b5830c06a0..2b24068af6f 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. | 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. |
| 2 | Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,2002 | 2 | Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,02,2003 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 44 | #include "commands.h" | 44 | #include "commands.h" |
| 45 | #include "intervals.h" | 45 | #include "intervals.h" |
| 46 | #include "buffer.h" | 46 | #include "buffer.h" |
| 47 | #include "window.h" | ||
| 47 | 48 | ||
| 48 | #include "systty.h" | 49 | #include "systty.h" |
| 49 | #include "blockinput.h" | 50 | #include "blockinput.h" |