aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-event.h')
-rw-r--r--embed/ephy-embed-event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed-event.h b/embed/ephy-embed-event.h
index 633104c07..128c74aab 100644
--- a/embed/ephy-embed-event.h
+++ b/embed/ephy-embed-event.h
@@ -29,7 +29,11 @@
#include <glib-object.h>
#include <glib.h>
+#ifdef HAVE_WEBKIT2
+#include <webkit2/webkit2.h>
+#else
#include <webkit/webkit.h>
+#endif
G_BEGIN_DECLS