# HG changeset patch # User Andreas Schwab # Date 1260369037 0 # Node ID ee739656ad2056e996c56c5197c985555f412c55 # Parent 471e6932ea097d6bf0c535227301186d682286cf * xsettings.c: Include "keyboard.h". diff -r 471e6932ea09 -r ee739656ad20 src/ChangeLog --- a/src/ChangeLog Wed Dec 09 14:26:26 2009 +0000 +++ b/src/ChangeLog Wed Dec 09 14:30:37 2009 +0000 @@ -1,5 +1,7 @@ 2009-12-09 Andreas Schwab + * xsettings.c: Include "keyboard.h". + * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return. Fix implicit function declarations. diff -r 471e6932ea09 -r ee739656ad20 src/xsettings.c --- a/src/xsettings.c Wed Dec 09 14:26:26 2009 +0000 +++ b/src/xsettings.c Wed Dec 09 14:30:37 2009 +0000 @@ -24,6 +24,7 @@ #include "xterm.h" #include "xsettings.h" #include "frame.h" +#include "keyboard.h" #include "blockinput.h" #include "termhooks.h" #include "termopts.h"