diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-09-09 11:53:10 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-09-09 11:53:10 -0500 |
commit | 2bf6740a420f35942e9f74b7f7ef566de0ba736b (patch) | |
tree | 72ff6fe9d3c3bbc4bac27bdcd317067fdfb7ecdf /src | |
parent | 605e4b6391cb3f4f87e84ee63df9d50c60eea95c (diff) | |
download | ayatana-indicator-datetime-2bf6740a420f35942e9f74b7f7ef566de0ba736b.tar.gz ayatana-indicator-datetime-2bf6740a420f35942e9f74b7f7ef566de0ba736b.tar.bz2 ayatana-indicator-datetime-2bf6740a420f35942e9f74b7f7ef566de0ba736b.zip |
in utils.h, include gio/gio.h to ensure GSettings struct is declared
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index fff9194..31a12bc 100644 --- a/src/utils.h +++ b/src/utils.h @@ -24,6 +24,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define __DATETIME_UTILS_H__ #include <glib.h> +#include <gio/gio.h> /* GSettings */ G_BEGIN_DECLS |