summaryrefslogtreecommitdiff
path: root/mate-panel/wayland-backend.c
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2019-07-09 20:40:41 +0000
committerraveit65 <[email protected]>2019-07-12 23:19:58 +0200
commit71f796cdf6bf15fd986ea3edf91da2380488dc3b (patch)
treebd9427ec1c667fa2f142533f34cfe7813022323a /mate-panel/wayland-backend.c
parentf6c0d20f955d7c5d7798f7044f7e5de462c90410 (diff)
downloadmate-panel-71f796cdf6bf15fd986ea3edf91da2380488dc3b.tar.bz2
mate-panel-71f796cdf6bf15fd986ea3edf91da2380488dc3b.tar.xz
Fix GTK Layer Shell include and CFLAGS
Diffstat (limited to 'mate-panel/wayland-backend.c')
-rw-r--r--mate-panel/wayland-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/wayland-backend.c b/mate-panel/wayland-backend.c
index 39e4a01d..93e1ea9d 100644
--- a/mate-panel/wayland-backend.c
+++ b/mate-panel/wayland-backend.c
@@ -24,7 +24,7 @@
#include <config.h>
-#include <gtk-layer-shell/gtk-layer-shell.h>
+#include <gtk-layer-shell.h>
#include "wayland-backend.h"