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 | |
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')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-ops.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6e6a47261c..6e9fab8a41 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-01-08 Dan Winship <danw@helixcode.com> + + * mail-ops.c: Add an #include <errno.h> + 2001-01-08 Jeffrey Stedfast <fejj@helixcode.com> * Makefile.am: 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" |