From 4f450006b30846270c8f988cce0089bc129da658 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 22 Feb 2021 12:45:47 +0100 Subject: appearance: missing includes --- capplets/appearance/appearance-style.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'capplets/appearance/appearance-style.c') 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 @@ -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" -- cgit v1.2.1