Browse Source

Fix compilation warning by including cairo-xcb

master
Michael Stapelberg 15 years ago
parent
commit
c1a34e7aa5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      i3lock.c

+ 1
- 0
i3lock.c View File

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


Loading…
Cancel
Save