mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 03:20:13 +01:00
Include stdint.h from filter.h
Don't rely on the users to include it Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2eaefefdde
commit
5cc4d2380c
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct motion_params {
|
||||
double dx, dy; /* in units/ms @ 400dpi */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue