summaryrefslogtreecommitdiff
path: root/src/xsettings.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-12-09 14:30:37 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2009-12-09 14:30:37 +0000
commitb87dd913736dae0e27ec6f569354aa7b60d4719c (patch)
tree20211e11ca81c6f8883641a7190290f8b845ecb0 /src/xsettings.c
parenteba5eb94c7513a1f67aa14765e2ebf28cddd5dc6 (diff)
downloademacs-b87dd913736dae0e27ec6f569354aa7b60d4719c.tar.gz
* xsettings.c: Include "keyboard.h".
Diffstat (limited to 'src/xsettings.c')
-rw-r--r--src/xsettings.c1
1 files changed, 1 insertions, 0 deletions
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"