diff src/cmds.c @ 106511:1905fc4b8a80

* cmds.c: Include "frame.h". * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM. * frame.h: Move declaration of delete_frame outside of HAVE_WINDOW_SYSTEM.
author Andreas Schwab <schwab@linux-m68k.org>
date Wed, 09 Dec 2009 14:20:49 +0000
parents cb523092ddfd
children 1d1d5d9bd884
line wrap: on
line diff
--- a/src/cmds.c	Wed Dec 09 13:14:08 2009 +0000
+++ b/src/cmds.c	Wed Dec 09 14:20:49 2009 +0000
@@ -30,6 +30,7 @@
 #include "keyboard.h"
 #include "keymap.h"
 #include "dispextern.h"
+#include "frame.h"
 
 Lisp_Object Qkill_forward_chars, Qkill_backward_chars, Vblink_paren_function;