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-style.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-style.c')
-rw-r--r-- | capplets/appearance/appearance-style.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/appearance/appearance-style.c b/capplets/appearance/appearance-style.c index 05be0a13..a4283b4f 100644 --- a/capplets/appearance/appearance-style.c +++ b/capplets/appearance/appearance-style.c @@ -17,6 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + #include "appearance.h" #include <string.h> @@ -28,6 +29,7 @@ #include "gtkrc-utils.h" #include "theme-thumbnail.h" #include "capplet-util.h" +#include "appearance-style.h" #define GSETTINGS_SETTINGS "GSETTINGS_SETTINGS" #define GSETTINGS_KEY "GSETTINGS_KEY" |