aboutsummaryrefslogtreecommitdiffhomepage
path: root/applause.c
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-01-13 18:31:56 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-09-05 23:39:23 +0300
commit973fa97138a82e98ffded5bd92e0268b2364aa15 (patch)
treecebca749d9eb830647cd8af2189d11ce3be26647 /applause.c
parent3fc5229269fb01de85e56bacce91f11799e62054 (diff)
downloadapplause2-973fa97138a82e98ffded5bd92e0268b2364aa15.tar.gz
Added HID support via Evdev
* This works for relative, absolute and keyboard devices * devices can be grabbed, so they do not interfere with the rest of the system
Diffstat (limited to 'applause.c')
-rw-r--r--applause.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applause.c b/applause.c
index b50b3aa..d859323 100644
--- a/applause.c
+++ b/applause.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
+#include <string.h>
#include <signal.h>
#include <unistd.h>
#include <poll.h>