diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/camel-file-utils.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b45e43bb2b..0d3f7288fe 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2001-04-26 Jeffrey Stedfast <fejj@ximian.com> + + * camel-file-utils.h: #include <sys/types.h> for off_t. + 2001-04-26 Dan Winship <danw@ximian.com> * camel-file-utils.c: New file, with the int, string, time_t, and diff --git a/camel/camel-file-utils.h b/camel/camel-file-utils.h index e0972583bd..4138b8b7df 100644 --- a/camel/camel-file-utils.h +++ b/camel/camel-file-utils.h @@ -34,6 +34,7 @@ extern "C" { #include <glib.h> #include <stdio.h> +#include <sys/types.h> #include <time.h> int camel_file_util_encode_fixed_int32 (FILE *out, gint32); |