diff options
Diffstat (limited to 'src/keyboard.h')
| -rw-r--r-- | src/keyboard.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 0953f1b7cfd..1ee4a97c5c5 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -19,6 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | 19 | ||
| 20 | #include "systime.h" /* for struct timespec, Time */ | 20 | #include "systime.h" /* for struct timespec, Time */ |
| 21 | #include "coding.h" /* for ENCODE_UTF_8 and ENCODE_SYSTEM */ | 21 | #include "coding.h" /* for ENCODE_UTF_8 and ENCODE_SYSTEM */ |
| 22 | #include "termhooks.h" | ||
| 22 | 23 | ||
| 23 | INLINE_HEADER_BEGIN | 24 | INLINE_HEADER_BEGIN |
| 24 | #ifndef KEYBOARD_INLINE | 25 | #ifndef KEYBOARD_INLINE |
| @@ -477,9 +478,6 @@ extern bool ignore_mouse_drag_p; | |||
| 477 | /* The primary selection. */ | 478 | /* The primary selection. */ |
| 478 | extern Lisp_Object QPRIMARY; | 479 | extern Lisp_Object QPRIMARY; |
| 479 | 480 | ||
| 480 | /* Forward declaration for prototypes. */ | ||
| 481 | struct input_event; | ||
| 482 | |||
| 483 | extern Lisp_Object parse_modifiers (Lisp_Object); | 481 | extern Lisp_Object parse_modifiers (Lisp_Object); |
| 484 | extern Lisp_Object reorder_modifiers (Lisp_Object); | 482 | extern Lisp_Object reorder_modifiers (Lisp_Object); |
| 485 | extern Lisp_Object read_char (int, Lisp_Object, Lisp_Object, | 483 | extern Lisp_Object read_char (int, Lisp_Object, Lisp_Object, |