aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/camel-utf8.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 23bdd082e0..1eaa68508e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-05 JP Rosevear <jpr@ximian.com>
+
+ * camel-utf8.c: include sys/types.h for freebsd
+
2004-01-05 Rodrigo Moya <rodrigo@ximian.com>
* providers/groupwise/camel-groupwise-provider.c (groupwise_url_hash,
diff --git a/camel/camel-utf8.c b/camel/camel-utf8.c
index 8fd422c944..126b21ebbe 100644
--- a/camel/camel-utf8.c
+++ b/camel/camel-utf8.c
@@ -25,6 +25,7 @@
#include <config.h>
#endif
+#include <sys/types.h>
#include <string.h>
#include <glib.h>