aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-03-25 08:30:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-25 08:30:22 +0800
commit69b905b91592bb4b704682a0e57af838f621e9f6 (patch)
tree45cfc2d0e32b5ca2e199aba0290b257b99141b28 /camel
parent4abed2292a3e45072da19c81b6c53fab926660c7 (diff)
downloadgsoc2013-evolution-69b905b91592bb4b704682a0e57af838f621e9f6.tar
gsoc2013-evolution-69b905b91592bb4b704682a0e57af838f621e9f6.tar.gz
gsoc2013-evolution-69b905b91592bb4b704682a0e57af838f621e9f6.tar.bz2
gsoc2013-evolution-69b905b91592bb4b704682a0e57af838f621e9f6.tar.lz
gsoc2013-evolution-69b905b91592bb4b704682a0e57af838f621e9f6.tar.xz
gsoc2013-evolution-69b905b91592bb4b704682a0e57af838f621e9f6.tar.zst
gsoc2013-evolution-69b905b91592bb4b704682a0e57af838f621e9f6.zip
#include <stdlib.h> for strtoul()
svn path=/trunk/; revision=25178
Diffstat (limited to 'camel')
-rw-r--r--camel/providers/imap4/camel-imap-stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap4/camel-imap-stream.c b/camel/providers/imap4/camel-imap-stream.c
index 4515a6d144..be3baa7794 100644
--- a/camel/providers/imap4/camel-imap-stream.c
+++ b/camel/providers/imap4/camel-imap-stream.c
@@ -23,6 +23,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>