mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
test: add missing libevdev and util-mem includes
This only worked because of the include order. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1246>
This commit is contained in:
parent
ed29a4f200
commit
490084569d
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
#include <termios.h>
|
||||
#endif
|
||||
|
||||
#include <libevdev/libevdev.h>
|
||||
#include <valgrind/valgrind.h>
|
||||
|
||||
#include "util-files.h"
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
|
||||
#include "util-backtrace.h"
|
||||
#include "util-libinput.h"
|
||||
#include "util-mem.h"
|
||||
|
||||
#include <linux/kd.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue