* xsettings.c: Include "keyboard.h".
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 9 Dec 2009 14:30:37 +0000 (14:30 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 9 Dec 2009 14:30:37 +0000 (14:30 +0000)
src/ChangeLog
src/xsettings.c

index 4e476ca..825bb81 100644 (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.
index 9c4749f..946cfe7 100644 (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"