From e90765d2f696e0898104aaa38e84c4140edc5604 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 10 Apr 2000 15:49:55 +0000 Subject: Add some #includes for the non-HAVE_MKSTEMP case * mail-ops.c: Add some #includes for the non-HAVE_MKSTEMP case svn path=/trunk/; revision=2361 --- mail/ChangeLog | 2 ++ mail/mail-ops.c | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 74ffc4adce..3e091eb7cc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -6,6 +6,8 @@ is rewriting CamelMboxFolder, so I'm not going to bother to try to fix it. + * mail-ops.c: Add some #includes for the non-HAVE_MKSTEMP case + 2000-04-09 Matt Loper * folder-browser.c (folder_browser_new): set folder_browser->uri diff --git a/mail/mail-ops.c b/mail/mail-ops.c index edb3bf0805..9a076c5856 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -32,6 +32,11 @@ #include "session.h" #include "e-util/e-setup.h" +#ifndef HAVE_MKSTEMP +#include +#include +#endif + static void mail_exception_dialog (char *head, CamelException *ex, GtkWindow *window) { -- cgit v1.2.3