diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-27 17:19:04 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-27 17:19:04 +0800 |
commit | b72caafeedb6d820c590f837a05b4331657e1d32 (patch) | |
tree | 91eea3ebdf661ef18bbe5109680ebd80d5ab4d3e /camel/providers/mbox | |
parent | cd85a5d05b5186f7539df79b88191f9fa39f7f06 (diff) | |
download | gsoc2013-evolution-b72caafeedb6d820c590f837a05b4331657e1d32.tar gsoc2013-evolution-b72caafeedb6d820c590f837a05b4331657e1d32.tar.gz gsoc2013-evolution-b72caafeedb6d820c590f837a05b4331657e1d32.tar.bz2 gsoc2013-evolution-b72caafeedb6d820c590f837a05b4331657e1d32.tar.lz gsoc2013-evolution-b72caafeedb6d820c590f837a05b4331657e1d32.tar.xz gsoc2013-evolution-b72caafeedb6d820c590f837a05b4331657e1d32.tar.zst gsoc2013-evolution-b72caafeedb6d820c590f837a05b4331657e1d32.zip |
include in.h to quiet compiler
svn path=/trunk/; revision=2187
Diffstat (limited to 'camel/providers/mbox')
-rw-r--r-- | camel/providers/mbox/camel-mbox-summary.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c index fd72206226..a6561d60f0 100644 --- a/camel/providers/mbox/camel-mbox-summary.c +++ b/camel/providers/mbox/camel-mbox-summary.c @@ -39,6 +39,7 @@ #include <stdio.h> #include <string.h> #include <errno.h> +#include <netinet/in.h> static CamelFolderSummaryClass *parent_class = NULL; |