From 93a496f3a8df5601fe1daab3ec0377fffd5155cc Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 12 Oct 2018 09:46:35 +1300 Subject: [PATCH] Include wlr/config.h in x11.h This fixes a warning from the linker when using LTO, due to mismatched types. --- include/backend/x11.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/backend/x11.h b/include/backend/x11.h index 38aaad50..37e3e4b6 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -3,6 +3,7 @@ #include #include +#include #include #include #include