Patch: fix implicit conversion of pointer



	Hi,

	This is a very small fix, to avoid a build warning that could lead to
crashes in 64 bit architectures (an implicit conversion of int to
pointer).

Changelog entry:

	* libtinymail-camel/tny-camel-mime-part.c: added include to
	tny-camel-common-priv.h, as it was causing a build warning that
	points to a problem that could cause crashes in 64 bit
	architectures.


-- 
José Dapena Paz <jdapena igalia com>
Igalia
diff --git a/ChangeLog b/ChangeLog
index f61a4d6..0a8a86c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-18  Jose Dapena Paz  <jdapena igalia com>
+
+	* libtinymail-camel/tny-camel-mime-part.c: added include to
+	tny-camel-common-priv.h, as it was causing a build warning that
+	points to a problem that could cause crashes in 64 bit
+	architectures.
+
 2009-12-16  Sergio Villar Senin  <svillar igalia com>
 
 	* camel/providers/imap/camel-imap-folder.c (imap_fetch_structure):
diff --git a/libtinymail-camel/tny-camel-mime-part.c b/libtinymail-camel/tny-camel-mime-part.c
index 80bee41..023fb28 100644
--- a/libtinymail-camel/tny-camel-mime-part.c
+++ b/libtinymail-camel/tny-camel-mime-part.c
@@ -39,6 +39,7 @@
 #include <tny-simple-list.h>
 #include <tny-camel-msg.h>
 #include <tny-error.h>
+#include <tny-camel-common-priv.h>
 
 static GObjectClass *parent_class = NULL;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]