#include <string.h> for strcmp.
2002-03-04 Jeffrey Stedfast <fejj@ximian.com> * e-mktemp.c: #include <string.h> for strcmp. svn path=/trunk/; revision=15907
This commit is contained in:

committed by
Jeffrey Stedfast

parent
1816d860eb
commit
046de2dc3f
@ -1,3 +1,7 @@
|
||||
2002-03-04 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* e-mktemp.c: #include <string.h> for strcmp.
|
||||
|
||||
2002-02-22 Dan Winship <danw@ximian.com>
|
||||
|
||||
* e-html-utils.c (e_text_to_html_full): Fix for if the buffer ends
|
||||
|
@ -20,14 +20,15 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "e-mktemp.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
@ -37,6 +38,8 @@
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include "e-mktemp.h"
|
||||
|
||||
|
||||
static gboolean initialized = FALSE;
|
||||
static GSList *temp_files = NULL;
|
||||
|
Reference in New Issue
Block a user