[evolution-rss] add webkit missing includes
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] add webkit missing includes
- Date: Mon, 17 Jan 2011 06:49:47 +0000 (UTC)
commit 233d17f84023eb819ca6a3fe7c8438d5d2e7baaa
Author: Lucian Langa <lucilanga gnome org>
Date: Mon Jan 17 08:35:31 2011 +0200
add webkit missing includes
src/rss.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index 828bc6d..8b9f5bc 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -125,6 +125,9 @@ int rss_verbose_debug = 0;
#include <WebKit/webkitwebview.h>
#else
#include <webkit/webkitwebview.h>
+#if (WEBKIT_VERSION >= 1003010)
+ #include <webkit/webkitglobals.h>
+#endif
#endif
#endif
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]