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
This commit is contained in:
Dan Winship
2000-04-10 15:49:55 +00:00
parent 99700ad43d
commit e90765d2f6
2 changed files with 7 additions and 0 deletions

View File

@ -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 <matt@helixcode.com>
* folder-browser.c (folder_browser_new): set folder_browser->uri

View File

@ -32,6 +32,11 @@
#include "session.h"
#include "e-util/e-setup.h"
#ifndef HAVE_MKSTEMP
#include <fcntl.h>
#include <sys/stat.h>
#endif
static void
mail_exception_dialog (char *head, CamelException *ex, GtkWindow *window)
{