Fix the build without the Composite headers

The code was already protected by #ifdef HAVE_XCOMPOSITE, but
we forgot the include.
https://bugzilla.gnome.org/show_bug.cgi?id=642137
This commit is contained in:
Matthias Clasen 2011-02-12 08:06:31 -05:00
parent 8e51a22707
commit e3185138ac

View File

@ -30,7 +30,9 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/extensions/shape.h>
#ifdef HAVE_XCOMPOSITE
#include <X11/extensions/Xcomposite.h>
#endif
#include <string.h>