Browse Source

Fix compilation warning by including cairo-xcb

master
Michael Stapelberg 15 years ago
parent
commit
c1a34e7aa5
  1. 1
      i3lock.c

1
i3lock.c

@ -17,6 +17,7 @@
#include <xcb/xcb_keysyms.h> #include <xcb/xcb_keysyms.h>
#include <err.h> #include <err.h>
#include <cairo.h> #include <cairo.h>
#include <cairo/cairo-xcb.h>
#include <assert.h> #include <assert.h>
#include <security/pam_appl.h> #include <security/pam_appl.h>
/* FIXME: can we get rid of this header? */ /* FIXME: can we get rid of this header? */

Loading…
Cancel
Save