Matthew Barnes 3fc0df
diff -up evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c.implicit-function-declarations evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c
Matthew Barnes 3fc0df
--- evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c.implicit-function-declarations	2008-02-25 13:19:45.000000000 -0500
Matthew Barnes 3fc0df
+++ evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c	2008-02-25 13:19:53.000000000 -0500
Matthew Barnes 3fc0df
@@ -1,6 +1,7 @@
Matthew Barnes 3fc0df
 /* access_properties_and_parameters.c */
Matthew Barnes 3fc0df
 
Matthew Barnes 3fc0df
 #include <libical/ical.h>
Matthew Barnes 3fc0df
+#include <stdlib.h>
Matthew Barnes 3fc0df
 #include <string.h>
Matthew Barnes 3fc0df
 
Matthew Barnes 3fc0df
 /* Get a particular parameter out of a component. This routine will
Matthew Barnes 3fc0df
diff -up evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c.implicit-function-declarations evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c
Matthew Barnes 3fc0df
--- evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c.implicit-function-declarations	2008-02-22 04:50:11.000000000 -0500
Matthew Barnes 3fc0df
+++ evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c	2008-02-25 12:49:18.000000000 -0500
Matthew Barnes 3fc0df
@@ -31,6 +31,7 @@
Matthew Barnes 3fc0df
 
Matthew Barnes 3fc0df
 #include <stdio.h> /* for printf */
Matthew Barnes 3fc0df
 #include <errno.h>
Matthew Barnes 3fc0df
+#include <stdlib.h> /* for free */
Matthew Barnes 3fc0df
 #include <string.h> /* For strerror */
Matthew Barnes 3fc0df
 
Matthew Barnes 3fc0df
 #include <libical/ical.h>
Matthew Barnes 3fc0df
diff -up evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c.implicit-function-declarations evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c
Matthew Barnes 3fc0df
--- evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c.implicit-function-declarations	2008-02-22 04:50:11.000000000 -0500
Matthew Barnes 3fc0df
+++ evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c	2008-02-25 12:49:18.000000000 -0500
Matthew Barnes 3fc0df
@@ -1,6 +1,7 @@
Matthew Barnes 3fc0df
 #include <libical/ical.h>
Matthew Barnes 3fc0df
 #include "regression.h"
Matthew Barnes 3fc0df
 
Matthew Barnes 3fc0df
+#include <stdlib.h>
Matthew Barnes 3fc0df
 #include <string.h>
Matthew Barnes 3fc0df
 extern int VERBOSE;
Matthew Barnes 3fc0df