diff options
-rw-r--r-- | enable_X11_numlock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/enable_X11_numlock.c b/enable_X11_numlock.c index f35decf..64ccc35 100644 --- a/enable_X11_numlock.c +++ b/enable_X11_numlock.c @@ -20,6 +20,7 @@ #include <X11/extensions/XTest.h> #include <X11/keysym.h> +#include <stdio.h> #include <string.h> #include <stdlib.h> |