r1867 - in trunk/src/target/OM-2007/applications/openmoko-rssreader: . src
zecke at sita.openmoko.org
zecke at sita.openmoko.org
Sun Apr 29 17:23:45 CEST 2007
Author: zecke
Date: 2007-04-29 17:23:44 +0200 (Sun, 29 Apr 2007)
New Revision: 1867
Modified:
trunk/src/target/OM-2007/applications/openmoko-rssreader/ChangeLog
trunk/src/target/OM-2007/applications/openmoko-rssreader/src/rfcdate.c
Log:
2007-04-29 Holger Hans Peter Freyther <zecke at selfish.org>
* src/rfcdate.c: Do not include malloc.h as this is not portable
Modified: trunk/src/target/OM-2007/applications/openmoko-rssreader/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-rssreader/ChangeLog 2007-04-29 15:22:30 UTC (rev 1866)
+++ trunk/src/target/OM-2007/applications/openmoko-rssreader/ChangeLog 2007-04-29 15:23:44 UTC (rev 1867)
@@ -1,5 +1,9 @@
2007-04-29 Holger Hans Peter Freyther <zecke at selfish.org>
+ * src/rfcdate.c: Do not include malloc.h as this is not portable
+
+2007-04-29 Holger Hans Peter Freyther <zecke at selfish.org>
+
* scripts/prepare-ChangeLog: Added.
2007-03-20: Fix the size of the column headers
Modified: trunk/src/target/OM-2007/applications/openmoko-rssreader/src/rfcdate.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-rssreader/src/rfcdate.c 2007-04-29 15:22:30 UTC (rev 1866)
+++ trunk/src/target/OM-2007/applications/openmoko-rssreader/src/rfcdate.c 2007-04-29 15:23:44 UTC (rev 1867)
@@ -28,7 +28,7 @@
#include "rfcdate.h"
#include <glib/gi18n.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
G_DEFINE_TYPE(RSSRFCDate, rss_rfc_date, G_TYPE_OBJECT)
More information about the commitlog
mailing list