diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-09 06:05:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-09 06:05:20 +0800 |
commit | 5670e3e662649d9395db788c9932d937a97df729 (patch) | |
tree | cd9c0910c9a1127efc430bfe07276445d1e70677 /mail/mail-ops.c | |
parent | 903d188a7beaa83d9055655275d5e8468718f150 (diff) | |
download | gsoc2013-evolution-5670e3e662649d9395db788c9932d937a97df729.tar gsoc2013-evolution-5670e3e662649d9395db788c9932d937a97df729.tar.gz gsoc2013-evolution-5670e3e662649d9395db788c9932d937a97df729.tar.bz2 gsoc2013-evolution-5670e3e662649d9395db788c9932d937a97df729.tar.lz gsoc2013-evolution-5670e3e662649d9395db788c9932d937a97df729.tar.xz gsoc2013-evolution-5670e3e662649d9395db788c9932d937a97df729.tar.zst gsoc2013-evolution-5670e3e662649d9395db788c9932d937a97df729.zip |
Add an #include <errno.h>
* mail-ops.c: Add an #include <errno.h>
svn path=/trunk/; revision=7308
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index b4d0beb8be..632958c458 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -28,6 +28,7 @@ #include <config.h> #include <gnome.h> #include <ctype.h> +#include <errno.h> #include <camel/camel-mime-filter-from.h> #include "mail.h" #include "mail-threads.h" |