diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-25 08:30:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-25 08:30:22 +0800 |
commit | 69b905b91592bb4b704682a0e57af838f621e9f6 (patch) | |
tree | 45cfc2d0e32b5ca2e199aba0290b257b99141b28 /camel | |
parent | 4abed2292a3e45072da19c81b6c53fab926660c7 (diff) | |
download | gsoc2013-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.c | 1 |
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> |