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-ui.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-ui.c')
-rw-r--r-- | capplets/appearance/appearance-ui.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/appearance/appearance-ui.c b/capplets/appearance/appearance-ui.c index 4ca5466e..8b21056d 100644 --- a/capplets/appearance/appearance-ui.c +++ b/capplets/appearance/appearance-ui.c @@ -20,7 +20,9 @@ */ #include "appearance.h" -#include "stdio.h" +#include "appearance-ui.h" + +#include <stdio.h> static void set_have_icons (AppearanceData *data, gboolean value) |