[maemo-commits] [maemo-commits] r12144 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 6 21:34:35 EEST 2007
Author: moimart
Date: 2007-06-06 21:34:33 +0300 (Wed, 06 Jun 2007)
New Revision: 12144

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
Log:
2007-06-06  Moises Martinez  <moises.martinez at nokia.com>

        * libhildondesktop/hildon-home-area.c: Added stdlib.h
	* ChangeLog updated.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-06 17:56:34 UTC (rev 12143)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-06 18:34:33 UTC (rev 12144)
@@ -1,3 +1,7 @@
+2007-06-06  Moises Martinez  <moises.martinez at nokia.com>
+
+	* libhildondesktop/hildon-home-area.c: Added stdlib.h
+
 2007-06-06  Johan Bilien  <johan.bilien at nokia.com>
 
 	* src/hd-pixbuf-anim-blinker.c:

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-06-06 17:56:34 UTC (rev 12143)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-06-06 18:34:33 UTC (rev 12144)
@@ -37,7 +37,8 @@
 #endif
 
 #include <errno.h>
-#include <string.h> /* malloc */
+#include <string.h>
+#include <stdlib.h> /* malloc */
 
 enum
 {


More information about the maemo-commits mailing list