aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-05-18 03:21:31 +0800
committerDan Vrátil <dvratil@redhat.com>2012-05-18 03:21:54 +0800
commitbf3cd1b5ec1949c81db611c86e115e92d6601999 (patch)
treed4e842f6ec25701c1df21ebea65f8fdbfc55c9e5 /em-format
parent7d337633ecc3a737580748c669e1f61144b80738 (diff)
downloadgsoc2013-evolution-bf3cd1b5ec1949c81db611c86e115e92d6601999.tar
gsoc2013-evolution-bf3cd1b5ec1949c81db611c86e115e92d6601999.tar.gz
gsoc2013-evolution-bf3cd1b5ec1949c81db611c86e115e92d6601999.tar.bz2
gsoc2013-evolution-bf3cd1b5ec1949c81db611c86e115e92d6601999.tar.lz
gsoc2013-evolution-bf3cd1b5ec1949c81db611c86e115e92d6601999.tar.xz
gsoc2013-evolution-bf3cd1b5ec1949c81db611c86e115e92d6601999.tar.zst
gsoc2013-evolution-bf3cd1b5ec1949c81db611c86e115e92d6601999.zip
Bug #675061 - Evolution 3.5.1 does not build
Diffstat (limited to 'em-format')
-rw-r--r--em-format/em-format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/em-format.h b/em-format/em-format.h
index 5ef50f42e3..5b97cb799c 100644
--- a/em-format/em-format.h
+++ b/em-format/em-format.h
@@ -26,6 +26,7 @@
#include <camel/camel.h>
#include <gtk/gtk.h>
+#include <webkit/webkitdom.h>
/* Standard GObject macros */
#define EM_TYPE_FORMAT \
@@ -65,7 +66,6 @@ typedef struct _EMFormatHeader EMFormatHeader;
typedef struct _EMFormatHandler EMFormatHandler;
typedef struct _EMFormatParserInfo EMFormatParserInfo;
typedef struct _EMFormatWriterInfo EMFormatWriterInfo;
-typedef struct _WebKitDOMElement WebKitDOMElement;
typedef void (*EMFormatParseFunc) (EMFormat *emf,
CamelMimePart *part,