diff options
| author | Andreas Schwab | 2009-12-09 14:30:37 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-12-09 14:30:37 +0000 |
| commit | b87dd913736dae0e27ec6f569354aa7b60d4719c (patch) | |
| tree | 20211e11ca81c6f8883641a7190290f8b845ecb0 /src/xsettings.c | |
| parent | eba5eb94c7513a1f67aa14765e2ebf28cddd5dc6 (diff) | |
| download | emacs-b87dd913736dae0e27ec6f569354aa7b60d4719c.tar.gz emacs-b87dd913736dae0e27ec6f569354aa7b60d4719c.zip | |
* xsettings.c: Include "keyboard.h".
Diffstat (limited to 'src/xsettings.c')
| -rw-r--r-- | src/xsettings.c | 1 |
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/>. */ | |||
| 24 | #include "xterm.h" | 24 | #include "xterm.h" |
| 25 | #include "xsettings.h" | 25 | #include "xsettings.h" |
| 26 | #include "frame.h" | 26 | #include "frame.h" |
| 27 | #include "keyboard.h" | ||
| 27 | #include "blockinput.h" | 28 | #include "blockinput.h" |
| 28 | #include "termhooks.h" | 29 | #include "termhooks.h" |
| 29 | #include "termopts.h" | 30 | #include "termopts.h" |