diff options
| author | hukl <contact@smyck.org> | 2009-03-18 21:10:38 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-18 21:10:38 +0100 |
| commit | 507ddaf633cb2eda670667929af6f46f6063bc5c (patch) | |
| tree | dccc585f7b217974033b8072bc03e32beb4bbf63 /lib | |
| parent | f1f1fddf17161222617ba7b658e5da8b671960fa (diff) | |
fixed deprecation warning
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/chaos_calendar/ical_occurrences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chaos_calendar/ical_occurrences.c b/lib/chaos_calendar/ical_occurrences.c index e59c1ed..30a8d85 100644 --- a/lib/chaos_calendar/ical_occurrences.c +++ b/lib/chaos_calendar/ical_occurrences.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #include <ruby.h> | 1 | #include <ruby.h> |
| 2 | #include <ical.h> | 2 | #include <libical/ical.h> |
| 3 | #include <time.h> | 3 | #include <time.h> |
| 4 | 4 | ||
| 5 | //#define RRULE "FREQ=MONTHLY;BYMONTH=1,2,3,4,5,6,7,8,9,10,11;BYDAY=-1WE;UNTIL=20091105T220000" | 5 | //#define RRULE "FREQ=MONTHLY;BYMONTH=1,2,3,4,5,6,7,8,9,10,11;BYDAY=-1WE;UNTIL=20091105T220000" |
