summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xsettings.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4e476ca5e83..825bb816a87 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/xsettings.c b/src/xsettings.c
index 9c4749f4036..946cfe7b899 100644
--- a/src/xsettings.c
+++ b/src/xsettings.c
@@ -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"