Matthew Barnes 55c199
diff -up evolution-data-server-2.22.0/calendar/libical/examples/access_properties_and_parameters.c.implicit-function-declaration evolution-data-server-2.22.0/calendar/libical/examples/access_properties_and_parameters.c
Matthew Barnes 55c199
--- evolution-data-server-2.22.0/calendar/libical/examples/access_properties_and_parameters.c.implicit-function-declaration	2008-03-10 12:39:02.000000000 -0400
Matthew Barnes 55c199
+++ evolution-data-server-2.22.0/calendar/libical/examples/access_properties_and_parameters.c	2008-03-10 12:39:18.000000000 -0400
Matthew Barnes 55c199
@@ -1,6 +1,7 @@
Matthew Barnes 55c199
 /* access_properties_and_parameters.c */
Matthew Barnes 55c199
 
Matthew Barnes 55c199
 #include <libical/ical.h>
Matthew Barnes 55c199
+#include <stdlib.h>
Matthew Barnes 55c199
 #include <string.h>
Matthew Barnes 55c199
 
Matthew Barnes 55c199
 /* Get a particular parameter out of a component. This routine will
Matthew Barnes 55c199
diff -up evolution-data-server-2.22.0/calendar/libical/src/test/regression-classify.c.implicit-function-declaration evolution-data-server-2.22.0/calendar/libical/src/test/regression-classify.c
Matthew Barnes 55c199
--- evolution-data-server-2.22.0/calendar/libical/src/test/regression-classify.c.implicit-function-declaration	2008-02-22 04:50:11.000000000 -0500
Matthew Barnes 55c199
+++ evolution-data-server-2.22.0/calendar/libical/src/test/regression-classify.c	2008-03-10 12:28:44.000000000 -0400
Matthew Barnes 55c199
@@ -31,6 +31,7 @@
Matthew Barnes 55c199
 
Matthew Barnes 55c199
 #include <stdio.h> /* for printf */
Matthew Barnes 55c199
 #include <errno.h>
Matthew Barnes 55c199
+#include <stdlib.h> /* for free */
Matthew Barnes 55c199
 #include <string.h> /* For strerror */
Matthew Barnes 55c199
 
Matthew Barnes 55c199
 #include <libical/ical.h>