From 90b2bfbf8ce3e8e5fdccf3457d9042226306694a Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 19 Feb 2004 06:06:47 +0000 Subject: include string.h, fixes 64 bit crash. From David Mosberger. 2004-02-19 Not Zed * e-pilot-util.c: include string.h, fixes 64 bit crash. From David Mosberger. svn path=/trunk/; revision=24792 --- e-util/ChangeLog | 5 +++++ e-util/e-pilot-util.c | 1 + 2 files changed, 6 insertions(+) (limited to 'e-util') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 96b819ccbf..94b3f4a095 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2004-02-19 Not Zed + + * e-pilot-util.c: include string.h, fixes 64 bit crash. From + David Mosberger. + 2004-02-03 Chris Toshok * e-html-utils.c (e_text_to_html_full): add callto:, h323:, and diff --git a/e-util/e-pilot-util.c b/e-util/e-pilot-util.c index 9e9c13d2c0..7ce6f3cbdc 100644 --- a/e-util/e-pilot-util.c +++ b/e-util/e-pilot-util.c @@ -20,6 +20,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include #include -- cgit v1.2.3