include missing string.h, to avoid problems in 64 bit builds.

2004-08-31  Rodrigo Moya <rodrigo@novell.com>

	* gui/e-cal-model-tasks.c: include missing string.h, to avoid
	problems in 64 bit builds.

svn path=/trunk/; revision=27111
This commit is contained in:
Rodrigo Moya
2004-09-02 08:57:34 +00:00
committed by Rodrigo Moya
parent ed5647371d
commit 59dc759965
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-08-31 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model-tasks.c: include missing string.h, to avoid
problems in 64 bit builds.
2004-08-27 Not Zed <NotZed@Ximian.com>
* common/authentication.c (auth_func_cb): constify the strings to

View File

@ -21,6 +21,7 @@
#include <config.h>
#include <math.h>
#include <string.h>
#include <gtk/gtkmessagedialog.h>
#include <libgnome/gnome-i18n.h>
#include <gal/util/e-util.h>