freebsd-ports/deskutils/lightning/files/patch-calendar_libical_src_libical_icalrecur.c
Michael Johnson 2769f0eabc - Add sunbird
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW:    http://www.mozilla.org/projects/calendar/sunbird.html

Note: This is still in the beta stages and you will probably run in to
      a few bugs.
2005-11-30 00:52:24 +00:00

13 lines
309 B
C

--- calendar/libical/src/libical/icalrecur.c.orig Thu Mar 17 07:13:54 2005
+++ calendar/libical/src/libical/icalrecur.c Thu Mar 17 07:14:30 2005
@@ -134,9 +134,7 @@
#include "config.h"
#endif
-#ifdef HAVE_STDINT_H
-#include <stdint.h>
-#endif
+#include <inttypes.h>
#ifndef HAVE_INTPTR_T
#ifdef WIN32