wayland: Fix build

Missing include pointing to tablet-unstable-v1-client-protocol.h,
pays me for not testing on a clean checkout.
This commit is contained in:
Carlos Garnacho 2016-07-22 20:58:55 +02:00
parent 9fe0c1e126
commit 4a9f17c690

View File

@ -27,7 +27,7 @@
#include <wayland-client.h>
#include <wayland-cursor.h>
#include <wayland-egl.h>
#include <gdk/wayland/tablet-unstable-v1-client-protocol.h>
#include <gdk/wayland/tablet-unstable-v2-client-protocol.h>
#include <gdk/wayland/gtk-shell-client-protocol.h>
#include <gdk/wayland/xdg-shell-unstable-v5-client-protocol.h>