aboutsummaryrefslogtreecommitdiffstats
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.h b/input.h
index 0abdc8a..0576490 100644
--- a/input.h
+++ b/input.h
@@ -1,7 +1,7 @@
#include <inttypes.h>
#include <sys/ioctl.h>
-#include "linux-input.h"
+#include <linux/input.h>
#define ev_name(code) ((code) < EV_MAX && EV_NAME[code] ? EV_NAME[code] : "???")
#define ev_type_name(type, code) ((code) < EV_TYPE_MAX[type] && EV_TYPE_NAME[type][code] ? EV_TYPE_NAME[type][code] : "???")