From 725a31986d1f9d26f7c91008af3d94d0cd304509 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 22 Jun 2020 13:08:51 +1000 Subject: [PATCH] test: how-to-type: prefer local headers over system ones Signed-off-by: Peter Hutterer --- test/how-to-type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/how-to-type.c b/test/how-to-type.c index df9a2be..6fef401 100644 --- a/test/how-to-type.c +++ b/test/how-to-type.c @@ -27,7 +27,7 @@ #include #include -#include +#include "xkbcommon/xkbcommon.h" #define ARRAY_SIZE(arr) ((sizeof(arr) / sizeof(*(arr)))) -- 2.7.4