aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-ops.c1
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"