diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-25 12:35:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-25 12:35:05 +0200 |
commit | 41ae3f04fd22d22c552742458344591061822884 (patch) | |
tree | 00ef785370327ebf578efa49a38c430523c4924a /common.h | |
parent | Add test-visual (diff) | |
download | libgamepad-41ae3f04fd22d22c552742458344591061822884.tar.gz libgamepad-41ae3f04fd22d22c552742458344591061822884.tar.bz2 libgamepad-41ae3f04fd22d22c552742458344591061822884.tar.xz |
m + add force feedback support
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include <errno.h> #include <fcntl.h> #include <limits.h> +#include <math.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> |