diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-14 13:32:55 +1000 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-04-14 13:32:55 +1000 |
| commit | 1249653b654bca6caaecc407a2128c4f1ccabd52 (patch) | |
| tree | 444622eb6c90217c54a2beb6044db1a68a38f495 /src/linux/hid-core.c | |
| parent | 12ad6ebd615f57b7b1032953ab9ea9b29ca1bc87 (diff) | |
Move impl to header single file, fix linking etc
Diffstat (limited to 'src/linux/hid-core.c')
| -rw-r--r-- | src/linux/hid-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linux/hid-core.c b/src/linux/hid-core.c index 5a64a10..9dc8422 100644 --- a/src/linux/hid-core.c +++ b/src/linux/hid-core.c @@ -35,6 +35,8 @@ #include "hid-ids.h" +#include "fastmouse.h" + /* * Version Information */ |
