diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2009-01-26 22:13:03 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2009-01-26 22:13:03 +0000 |
commit | ee079202bf10761fb20c9ec6ae2f6562b8faeaa1 (patch) | |
tree | 69dd9fc8d82974812317322a373f278fd3c2fd3f /misc/wmcalendar/files/patch-calendarfunc.h | |
parent | b53b905c54bf1d48e4338b2c15db6904ee18379e (diff) |
Notes
Diffstat (limited to 'misc/wmcalendar/files/patch-calendarfunc.h')
-rw-r--r-- | misc/wmcalendar/files/patch-calendarfunc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/wmcalendar/files/patch-calendarfunc.h b/misc/wmcalendar/files/patch-calendarfunc.h new file mode 100644 index 000000000000..46e56086033a --- /dev/null +++ b/misc/wmcalendar/files/patch-calendarfunc.h @@ -0,0 +1,11 @@ +--- calendarfunc.h.orig 2009-01-26 19:19:55.000000000 +0100 ++++ calendarfunc.h 2009-01-26 19:20:13.000000000 +0100 +@@ -22,7 +22,7 @@ + + #include <unistd.h> + #include <stdlib.h> +-#include <ical.h> ++#include <libical/ical.h> + #define TIMZ 3.0 + #define MINAGE 13.5 + #define SUNSET 19.5 /*approximate */ |