From: Michael Stapelberg Date: Tue, 20 Jul 2010 21:09:09 +0000 (+0200) Subject: Fix compilation warning by including cairo-xcb X-Git-Tag: 2.0~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1a34e7aa54a522326fcdd68ed577f05f3c3ea5f;p=i3%2Fi3lock Fix compilation warning by including cairo-xcb --- diff --git a/i3lock.c b/i3lock.c index 5df9f26..94846bf 100644 --- a/i3lock.c +++ b/i3lock.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include /* FIXME: can we get rid of this header? */