diff options
-rw-r--r-- | include/linux/selection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/selection.h b/include/linux/selection.h index f9457861937c..8cdaa1151d2e 100644 --- a/include/linux/selection.h +++ b/include/linux/selection.h | |||
@@ -13,6 +13,7 @@ | |||
13 | struct tty_struct; | 13 | struct tty_struct; |
14 | 14 | ||
15 | extern struct vc_data *sel_cons; | 15 | extern struct vc_data *sel_cons; |
16 | struct tty_struct; | ||
16 | 17 | ||
17 | extern void clear_selection(void); | 18 | extern void clear_selection(void); |
18 | extern int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *tty); | 19 | extern int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *tty); |