Fix compilation warning by including cairo-xcb

pull/1/head
Michael Stapelberg 2010-07-20 23:09:09 +02:00
parent f6af085784
commit c1a34e7aa5
1 changed files with 1 additions and 0 deletions

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? */