From 2bf6740a420f35942e9f74b7f7ef566de0ba736b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 9 Sep 2013 11:53:10 -0500 Subject: in utils.h, include gio/gio.h to ensure GSettings struct is declared --- src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils.h') 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 . #define __DATETIME_UTILS_H__ #include +#include /* GSettings */ G_BEGIN_DECLS -- cgit v1.2.3