test: how-to-type: prefer local headers over system ones Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 <unistd.h>
#include <errno.h>
-#include <xkbcommon/xkbcommon.h>
+#include "xkbcommon/xkbcommon.h"
#define ARRAY_SIZE(arr) ((sizeof(arr) / sizeof(*(arr))))