evolution-data-server r9144 - trunk/camel
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9144 - trunk/camel
- Date: Sun, 20 Jul 2008 15:56:16 +0000 (UTC)
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]