diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-25 08:46:02 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-25 08:46:02 +0800 |
commit | c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab (patch) | |
tree | 606683e48ae163ab724d8a2f821fc064fbe3a5f8 /camel/camel.h | |
parent | f65f3af50ecb61515e39d99505d875c96cf6f8f9 (diff) | |
download | gsoc2013-evolution-c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab.tar gsoc2013-evolution-c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab.tar.gz gsoc2013-evolution-c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab.tar.bz2 gsoc2013-evolution-c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab.tar.lz gsoc2013-evolution-c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab.tar.xz gsoc2013-evolution-c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab.tar.zst gsoc2013-evolution-c6c72bce6f8227662a205a0c22e0b1d9ddfc6aab.zip |
Re-add camel-simple-data-wrapper.h, which was removed for some reason.
* camel.h: Re-add camel-simple-data-wrapper.h, which was removed
for some reason.
svn path=/trunk/; revision=3194
Diffstat (limited to 'camel/camel.h')
-rw-r--r-- | camel/camel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel.h b/camel/camel.h index d3a65b1312..ac314ac656 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -54,6 +54,7 @@ extern "C" { #include <camel/camel-seekable-substream.h> #include <camel/camel-service.h> #include <camel/camel-session.h> +#include <camel/camel-simple-data-wrapper.h> #include <camel/camel-store.h> #include <camel/camel-stream-buffer.h> #include <camel/camel-stream-filter.h> |