diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-23 22:57:22 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-23 22:57:22 +0800 |
commit | f5ed342cd3980242c3d3403dd49b6056e658b664 (patch) | |
tree | ff5c6536e7d4e76bf9246f4805cea0600f28e5d7 /camel/camel-block-file.c | |
parent | 64a3e0a91c24b5b6677bfc1149505e620ddc4875 (diff) | |
download | gsoc2013-evolution-f5ed342cd3980242c3d3403dd49b6056e658b664.tar.gz gsoc2013-evolution-f5ed342cd3980242c3d3403dd49b6056e658b664.tar.zst gsoc2013-evolution-f5ed342cd3980242c3d3403dd49b6056e658b664.zip |
#include camel-file-utils.h for camel_read()
* camel-block-file.c: #include camel-file-utils.h for camel_read()
* camel-uid-cache.c (camel_uid_cache_save): Remove unused variable
and label.
* camel-url.c: #include camel-string-utils.h for camel_strdown
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Cast
an (unsigned char *) to (char *) to fix a warning
svn path=/trunk/; revision=21902
Diffstat (limited to 'camel/camel-block-file.c')
-rw-r--r-- | camel/camel-block-file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-block-file.c b/camel/camel-block-file.c index bf444ca403..68008502b4 100644 --- a/camel/camel-block-file.c +++ b/camel/camel-block-file.c @@ -36,6 +36,7 @@ #include "e-util/e-msgport.h" #include "camel-block-file.h" +#include "camel-file-utils.h" #define d(x) /*(printf("%s(%d):%s: ", __FILE__, __LINE__, __PRETTY_FUNCTION__),(x))*/ |