diff options
author | rbuj <[email protected]> | 2021-02-22 12:45:47 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2021-02-24 16:14:02 +0100 |
commit | 4f450006b30846270c8f988cce0089bc129da658 (patch) | |
tree | 09fac89c6f078938523dca837bdb00db39ca1b4b /capplets/appearance/appearance-support.c | |
parent | 4ff8bb86507393e6956d108ee509a6bed8671ac4 (diff) | |
download | mate-control-center-4f450006b30846270c8f988cce0089bc129da658.tar.bz2 mate-control-center-4f450006b30846270c8f988cce0089bc129da658.tar.xz |
appearance: missing includes
Diffstat (limited to 'capplets/appearance/appearance-support.c')
-rw-r--r-- | capplets/appearance/appearance-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/appearance/appearance-support.c b/capplets/appearance/appearance-support.c index 7ea705e3..fbbfdb19 100644 --- a/capplets/appearance/appearance-support.c +++ b/capplets/appearance/appearance-support.c @@ -20,6 +20,7 @@ #include "appearance.h" #include "wm-common.h" +#include "appearance-support.h" #include <glib.h> #include <gio/gio.h> |