commit f3b061233e28ad0cf920c9421adc2459b6920812
parent 656fa39f82107441c978a9a7397ebbea58e06a0d
Author: Orestis Floros <orestisflo@gmail.com>
Date: Sat, 25 Jan 2020 14:42:07 +0100
Merge pull request #259 from trofi/master
unlock_indicator.c: fix build failure against gcc-10
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -35,7 +35,7 @@ extern bool debug_mode;
/* The current position in the input buffer. Useful to determine if any
* characters of the password have already been entered or not. */
-int input_position;
+extern int input_position;
/* The lock window. */
extern xcb_window_t win;