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:
committed by
Rodrigo Moya
parent
ed5647371d
commit
59dc759965
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user