** Fixes bug #541347
authorMatthew Barnes <mbarnes@redhat.com>
Sun, 20 Jul 2008 15:56:16 +0000 (15:56 +0000)
committerMatthew Barnes <mbarnes@src.gnome.org>
Sun, 20 Jul 2008 15:56:16 +0000 (15:56 +0000)
2008-07-20  Matthew Barnes  <mbarnes@redhat.com>

** Fixes bug #541347

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

svn path=/trunk/; revision=9144

camel/ChangeLog
camel/camel-block-file.h

index e20e885..2d5dd96 100644 (file)
@@ -1,3 +1,10 @@
+2008-07-20  Matthew Barnes  <mbarnes@redhat.com>
+
+       ** Fixes bug #541347
+
+       * camel-block-file.h:
+       #include <sys/types.h> (in the proper order)
+
 2008-07-17  Sankar P  <psankar@novell.com>
 
        * camel-folder-summary.c (remove_item):
index 96ff9cb..97cb202 100644 (file)
@@ -25,6 +25,7 @@
 #include <glib.h>
 #include <libedataserver/e-msgport.h>
 #include <stdio.h>
+#include <sys/types.h>
 
 G_BEGIN_DECLS