# HG changeset patch # User Stefan Monnier # Date 1052938210 0 # Node ID c955fcb7a64a097a9426f702bcc13b70589eb4ec # Parent 5461f0256e867d6591dbd34eb25b75bc0330cb7d Include window.h. diff -r 5461f0256e86 -r c955fcb7a64a src/bytecode.c --- a/src/bytecode.c Wed May 14 18:43:12 2003 +0000 +++ b/src/bytecode.c Wed May 14 18:50:10 2003 +0000 @@ -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 @@ #include "buffer.h" #include "charset.h" #include "syntax.h" +#include "window.h" #ifdef CHECK_FRAME_FONT #include "frame.h" diff -r 5461f0256e86 -r c955fcb7a64a src/emacs.c --- a/src/emacs.c Wed May 14 18:43:12 2003 +0000 +++ b/src/emacs.c Wed May 14 18:50:10 2003 +0000 @@ -1,5 +1,5 @@ /* Fully extensible Emacs, running on Unix, intended for GNU. - Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,2002 + Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,02,2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -44,6 +44,7 @@ #include "commands.h" #include "intervals.h" #include "buffer.h" +#include "window.h" #include "systty.h" #include "blockinput.h"