From 9335ca5c02372bd82156ce142c466da5f4236a7b Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 6 Jul 2016 15:14:20 -0700 Subject: [PATCH] xwayland: Include missing config.h Signed-off-by: Bryce Harrington Reviewed-by: Eric Engestrom --- compositor/xwayland.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compositor/xwayland.c b/compositor/xwayland.c index 26eda205..9fa76001 100644 --- a/compositor/xwayland.c +++ b/compositor/xwayland.c @@ -24,6 +24,8 @@ * SOFTWARE. */ +#include "config.h" + #include #include