diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-12 05:25:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-12 05:25:04 +0800 |
commit | 90c5d146955ef6df3cda20e2c71f96002b4331eb (patch) | |
tree | 3a8df6f076108184bb11950c3fa6b3a93c64ef1d | |
parent | 7659d2d811dd27814e33f900d4dd351e0aa7d3fd (diff) | |
download | gsoc2013-evolution-90c5d146955ef6df3cda20e2c71f96002b4331eb.tar gsoc2013-evolution-90c5d146955ef6df3cda20e2c71f96002b4331eb.tar.gz gsoc2013-evolution-90c5d146955ef6df3cda20e2c71f96002b4331eb.tar.bz2 gsoc2013-evolution-90c5d146955ef6df3cda20e2c71f96002b4331eb.tar.lz gsoc2013-evolution-90c5d146955ef6df3cda20e2c71f96002b4331eb.tar.xz gsoc2013-evolution-90c5d146955ef6df3cda20e2c71f96002b4331eb.tar.zst gsoc2013-evolution-90c5d146955ef6df3cda20e2c71f96002b4331eb.zip |
add missing e-unicode.h include
svn path=/trunk/; revision=7408
-rw-r--r-- | mail/mail-format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c index 07b49ffb0a..2ec9487187 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -30,6 +30,7 @@ #include "mail-crypto.h" #include "shell/e-setup.h" #include "e-util/e-html-utils.h" +#include <gal/widgets/e-unicode.h> #include <camel/camel-mime-utils.h> #include <libgnome/libgnome.h> #include <libgnomevfs/gnome-vfs-mime-info.h> |