aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-auth.c2
-rw-r--r--camel/providers/imap/camel-imap-folder.c3
-rw-r--r--camel/providers/imap/camel-imap-store.c3
3 files changed, 6 insertions, 2 deletions
diff --git a/camel/providers/imap/camel-imap-auth.c b/camel/providers/imap/camel-imap-auth.c
index cc77843d9c..2fac879580 100644
--- a/camel/providers/imap/camel-imap-auth.c
+++ b/camel/providers/imap/camel-imap-auth.c
@@ -24,6 +24,8 @@
#include <config.h>
+#include <netinet/in.h>
+
#include <string.h>
#ifdef HAVE_KRB4
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index b6f6cc1132..c127df73de 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -245,7 +245,8 @@ imap_refresh_info (CamelFolder *folder, CamelException *ex)
char *uid;
guint32 flags;
} *new;
- char *resp, *uid, *p, *flags;
+ char *resp, *p;
+ const char *uid, *flags;
int i, seq, summary_len;
CamelMessageInfo *info;
gboolean folder_changed = FALSE;
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index aa5d003674..729452f002 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -609,7 +609,8 @@ get_folder_info (CamelStore *store, const char *top, gboolean fast,
GPtrArray *folders;
const char *name;
char *pattern, *list;
- char *status, *p;
+ char *status;
+ const char *p;
CamelFolderInfo *topfi, *fi;
name = top;