mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 11:19:14 +02:00
timer.h: Add #include libinput-util.h
libinput-util.h is needed for the linked list definitions. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5a0c06b0d1
commit
96445bc243
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "libinput-util.h"
|
||||||
|
|
||||||
struct libinput;
|
struct libinput;
|
||||||
|
|
||||||
struct libinput_timer {
|
struct libinput_timer {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue