diff src/bytecode.c @ 50995:c955fcb7a64a

Include window.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 14 May 2003 18:50:10 +0000
parents a32b154ea162
children 1e9eeff3616b
line wrap: on
line diff
--- 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"