]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 4e476ca5e83757616eb30e5c2790c1cb6c009f94..825bb816a8753126bae636f6da62cfb4355df3d4 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 9c4749f4036a9fd1037efa1527210558bc7f546e..946cfe7b8990f08d676f974a4e38b70964ff2a89 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"