8edc3aba21
- Bump eds_base_version to 1.12. - Add patch to fix implicit function declarations. - Remove patch for RH bug #203058 (fixed upstream). - Remove patch for RH bug #210142 (fixed upstream). - Remove patch for RH bug #235290 (fixed upstream). - Remove patch for GNOME bug #360240 (fixed upstream). - Remove patch for GNOME bug #360619 (fixed upstream). - Remove patch for GNOME bug #373117 (fixed upstream). - Revise patch for GNOME bug #415891 (partially fixed upstream).
11 lines
483 B
Diff
11 lines
483 B
Diff
--- evolution-data-server-1.11.2/calendar/libical/src/libical/icalvalue.c.implicit-function-declarations 2007-05-18 11:37:00.000000000 -0400
|
|
+++ evolution-data-server-1.11.2/calendar/libical/src/libical/icalvalue.c 2007-05-18 11:38:53.000000000 -0400
|
|
@@ -47,6 +47,7 @@
|
|
#include <stdlib.h> /* for atoi and atof */
|
|
#include <limits.h> /* for SHRT_MAX */
|
|
#include <locale.h>
|
|
+#include <ctype.h> /* for isspace and isdigit */
|
|
|
|
#ifdef WIN32
|
|
#define snprintf _snprintf
|