evolution-data-server r9144 - trunk/camel



Author: mbarnes
Date: Sun Jul 20 15:56:16 2008
New Revision: 9144
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9144&view=rev

Log:
2008-07-20  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #541347

	* camel/camel-block-file.h:
	#include <sys/types.h> (in the proper order)



Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-block-file.h

Modified: trunk/camel/camel-block-file.h
==============================================================================
--- trunk/camel/camel-block-file.h	(original)
+++ trunk/camel/camel-block-file.h	Sun Jul 20 15:56:16 2008
@@ -25,6 +25,7 @@
 #include <glib.h>
 #include <libedataserver/e-msgport.h>
 #include <stdio.h>
+#include <sys/types.h>
 
 G_BEGIN_DECLS
 



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