diff options
-rw-r--r-- | src/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.c b/src/input.c index 4d82017..5864cd1 100644 --- a/src/input.c +++ b/src/input.c @@ -1,3 +1,4 @@ +#include <errno.h> #include <fcntl.h> #include <linux/input-event-codes.h> #include <unistd.h> |