include <linux/input.h> like the Linux version does
This commit is contained in:
parent
91fd648adb
commit
9a69229544
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
|
||||
#ifndef LIBEVDEV_H
|
||||
#define LIBEVDEV_H
|
||||
|
||||
#include <linux/input.h>
|
||||
|
||||
extern int libevdev_event_code_from_name(unsigned int type, const char *name);
|
||||
extern const char * libevdev_event_code_get_name(unsigned int type, unsigned int code);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue