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:
@ -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
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user