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:
Peter Hutterer 2025-07-01 16:38:45 +10:00
parent ed29a4f200
commit 490084569d

View file

@ -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>