diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-17 08:52:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-17 08:52:11 +0800 |
commit | 76b2ad6623866547dd33818fc3a0615bc639b0cc (patch) | |
tree | 9e5e8dbb4953c8a5ee5f43d61f434ac91e88bc7c /camel/camel-private.h | |
parent | b3ddd598997195c6c4944cfa931973bb32000e07 (diff) | |
download | gsoc2013-evolution-76b2ad6623866547dd33818fc3a0615bc639b0cc.tar.gz gsoc2013-evolution-76b2ad6623866547dd33818fc3a0615bc639b0cc.tar.zst gsoc2013-evolution-76b2ad6623866547dd33818fc3a0615bc639b0cc.zip |
Same.
2001-03-16 Jeffrey Stedfast <fejj@ximian.com>
* camel-private.h: Same.
* camel-remote-store.h: Fixed #include to use <>'s instead of ""'s
svn path=/trunk/; revision=8767
Diffstat (limited to 'camel/camel-private.h')
-rw-r--r-- | camel/camel-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-private.h b/camel/camel-private.h index 33dc9da163..0a84d99a55 100644 --- a/camel/camel-private.h +++ b/camel/camel-private.h @@ -36,7 +36,7 @@ extern "C" { #ifdef ENABLE_THREADS #include <pthread.h> -#include "e-util/e-msgport.h" +#include <e-util/e-msgport.h> #endif struct _CamelFolderPrivate { |