From 490084569d3a54db5fffb74d1ba9bc82f42dfa78 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 1 Jul 2025 16:38:45 +1000 Subject: [PATCH] test: add missing libevdev and util-mem includes This only worked because of the include order. Part-of: --- test/litest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/litest.c b/test/litest.c index eba54db4..4e7ba3b4 100644 --- a/test/litest.c +++ b/test/litest.c @@ -53,6 +53,7 @@ #include #endif +#include #include #include "util-files.h" @@ -65,6 +66,7 @@ #include "util-backtrace.h" #include "util-libinput.h" +#include "util-mem.h" #include