aboutsummaryrefslogtreecommitdiff
path: root/common/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/evdev.c')
-rw-r--r--common/evdev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/evdev.c b/common/evdev.c
index 69c368d..4aff9bc 100644
--- a/common/evdev.c
+++ b/common/evdev.c
@@ -13,9 +13,10 @@
#error Unsupported platform
#endif
-#include "compiler.h"
#include "evdev.h"
+#define STRLEN(s) ((sizeof(s) / sizeof(s[0])) - 1)
+
int path_is_evdev(const char *path) {
static const char prefix[] = "/dev/input/event";
static const size_t prefixlen = STRLEN(prefix);