aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 46024614179..8a608433ed7 100644
--- a/src/window.c
+++ b/src/window.c
@@ -27,6 +27,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27#include "buffer.h" 27#include "buffer.h"
28#include "keyboard.h" 28#include "keyboard.h"
29#include "keymap.h" 29#include "keymap.h"
30#include "menu.h"
30#include "frame.h" 31#include "frame.h"
31#include "window.h" 32#include "window.h"
32#include "commands.h" 33#include "commands.h"