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/mate-wp-xml.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/mate-wp-xml.c')
-rw-r--r-- | capplets/appearance/mate-wp-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/appearance/mate-wp-xml.c b/capplets/appearance/mate-wp-xml.c index 48bc708e..eb6c13bb 100644 --- a/capplets/appearance/mate-wp-xml.c +++ b/capplets/appearance/mate-wp-xml.c @@ -19,6 +19,7 @@ */ #include "appearance.h" +#include "mate-wp-xml.h" #include "mate-wp-item.h" #include <gio/gio.h> #include <string.h> |