* xsettings.c: Include "keyboard.h".

This commit is contained in:
Andreas Schwab 2009-12-09 14:30:37 +00:00
parent eba5eb94c7
commit b87dd91373
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
* xsettings.c: Include "keyboard.h".
* gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
Fix implicit function declarations.

View file

@ -24,6 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "xterm.h"
#include "xsettings.h"
#include "frame.h"
#include "keyboard.h"
#include "blockinput.h"
#include "termhooks.h"
#include "termopts.h"