diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-07-20 15:51:51 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-07-20 15:51:51 +0800 |
commit | 35a3b3e69964df852a4a649336fe473a42da491c (patch) | |
tree | 8d2dfcd0de4dedf7e393aae546c8755eb4f77d76 /e-util/e-util.h | |
parent | 281a1b94af981d5cb9a69d3b6e2e616e031f9a73 (diff) | |
download | gsoc2013-evolution-35a3b3e69964df852a4a649336fe473a42da491c.tar.gz gsoc2013-evolution-35a3b3e69964df852a4a649336fe473a42da491c.tar.zst gsoc2013-evolution-35a3b3e69964df852a4a649336fe473a42da491c.zip |
Added code to read font options.
svn path=/trunk/; revision=32358
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 559a1a1ee7..0346a9fc2f 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -27,6 +27,7 @@ #include <sys/types.h> #include <glib-object.h> #include <limits.h> +#include <gconf/gconf-client.h> #ifdef __cplusplus extern "C" { |