From 2deea6e0a3ddaa72506a7c1435bbfa60fb2feb55 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 9 Oct 2014 10:40:26 +0200 Subject: [PATCH] events: Fix build without wayland https://bugzilla.gnome.org/show_bug.cgi?id=738225 --- src/core/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/events.c b/src/core/events.c index 1c4eae3c6..e0892d896 100644 --- a/src/core/events.c +++ b/src/core/events.c @@ -28,6 +28,7 @@ #include "display-private.h" #include "window-private.h" #include "backends/x11/meta-backend-x11.h" +#include "backends/meta-cursor-tracker-private.h" #ifdef HAVE_NATIVE_BACKEND #include "backends/native/meta-backend-native.h" @@ -35,7 +36,6 @@ #endif #ifdef HAVE_WAYLAND -#include "backends/meta-cursor-tracker-private.h" #include "wayland/meta-wayland-private.h" #endif #include "meta-surface-actor.h"