diff options
author | Robert Antoni Buj Gelonch <[email protected]> | 2021-02-23 14:37:21 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-23 21:37:21 +0800 |
commit | e01241e097052e7c94f4a67699ea7f4a3608158e (patch) | |
tree | d37dc3425ac49e4fa0d62eaef7500e21155c599d | |
parent | 1eea21b260e59045295981ff4c70b858113c3cde (diff) | |
download | mate-control-center-e01241e097052e7c94f4a67699ea7f4a3608158e.tar.bz2 mate-control-center-e01241e097052e7c94f4a67699ea7f4a3608158e.tar.xz |
windows: missing include mate-metacity-support.h (#624)
-rw-r--r-- | capplets/windows/mate-metacity-support.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/windows/mate-metacity-support.c b/capplets/windows/mate-metacity-support.c index 2ac8c8aa..cd9876c9 100644 --- a/capplets/windows/mate-metacity-support.c +++ b/capplets/windows/mate-metacity-support.c @@ -23,6 +23,8 @@ #include <gio/gio.h> #include <gtk/gtk.h> +#include "mate-metacity-support.h" + #define METACITY_SCHEMA "org.gnome.metacity" #define COMPOSITING_KEY "compositing-manager" |