diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-09-09 17:47:27 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-09-09 17:47:27 +0000 |
commit | 03b3c04755082cf45dccf944b412d4b79aeabb72 (patch) | |
tree | 72ff6fe9d3c3bbc4bac27bdcd317067fdfb7ecdf /src/utils.h | |
parent | b7f625ed8003197cd9d0a81240aea944860c8dc3 (diff) | |
parent | 2bf6740a420f35942e9f74b7f7ef566de0ba736b (diff) | |
download | ayatana-indicator-datetime-03b3c04755082cf45dccf944b412d4b79aeabb72.tar.gz ayatana-indicator-datetime-03b3c04755082cf45dccf944b412d4b79aeabb72.tar.bz2 ayatana-indicator-datetime-03b3c04755082cf45dccf944b412d4b79aeabb72.zip |
name says it all; this branch is for improving indicator-datetime test coverage.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src/utils.h')
-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 |