From d0862b78106c9bdd4c286b2e165cec9b582e04f1 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 23 Jun 2025 20:56:38 +0100 Subject: add XF86 key support now other misc keys will work eg vol up etc --- src/parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.c') diff --git a/src/parser.c b/src/parser.c index 42c57df..c8f748d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -9,6 +9,7 @@ #include #endif #include +#include #include #include "parser.h" #include "defs.h" -- cgit v1.2.3