diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-29 20:04:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 22:02:33 +0800 |
commit | ecb75f8ee985320e2b1f46974026b555076056e7 (patch) | |
tree | b66e420cdd3a9f5a1afbcff7091717e5fffd85d5 /e-util/e-util.h | |
parent | 2e7fe9a4ea35642befbe03fd2f347b8dfd6d73ef (diff) | |
download | gsoc2013-evolution-ecb75f8ee985320e2b1f46974026b555076056e7.tar.gz gsoc2013-evolution-ecb75f8ee985320e2b1f46974026b555076056e7.tar.zst gsoc2013-evolution-ecb75f8ee985320e2b1f46974026b555076056e7.zip |
Fix errors where the math stuffs were used from e-util.
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 f8b9102e57..ea2ccbe7b9 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -28,6 +28,7 @@ #include <limits.h> #include <gconf/gconf-client.h> +#include <libevolution-util/evolution-util.h> #include <e-util/e-marshal.h> #include <e-util/e-util-enums.h> |