info: Fix build when Wayland support isn't available

https://bugzilla.gnome.org/show_bug.cgi?id=728672
This commit is contained in:
Bastien Nocera 2014-04-24 16:35:35 +02:00
parent 30cd94a59d
commit 6908c0da34

View file

@ -34,10 +34,14 @@
#include <glibtop/mem.h>
#include <glibtop/sysinfo.h>
#ifdef GDK_WINDOWING_WAYLAND
#include <gdk/gdkwayland.h>
#endif
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#include <GL/gl.h>
#include <GL/glx.h>
#endif
#include "gsd-disk-space-helper.h"