aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGrégoire Jadi2013-06-13 16:02:48 +0200
committerGrégoire Jadi2013-06-13 16:02:48 +0200
commitc75684e7603cfea0ec91c63fca0187a5544245c8 (patch)
treefc32a4293ea5dd77103da9f95260c9aefe9d45be /src
parente32984567a0e1c100011adee2311cbc1fdf61433 (diff)
downloademacs-c75684e7603cfea0ec91c63fca0187a5544245c8.tar.gz
emacs-c75684e7603cfea0ec91c63fca0187a5544245c8.zip
* src/xwidget.c: Add missing header.
The header webkit/webkitwebpolicydecision.h is required for `webkit_web_policy_decision_download'.
Diffstat (limited to 'src')
-rw-r--r--src/xwidget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index eada274949c..955a6d0e524 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -88,6 +88,7 @@
88#include <webkit/webkitglobals.h> 88#include <webkit/webkitglobals.h>
89#include <webkit/webkitwebnavigationaction.h> 89#include <webkit/webkitwebnavigationaction.h>
90#include <webkit/webkitdownload.h> 90#include <webkit/webkitdownload.h>
91#include <webkit/webkitwebpolicydecision.h>
91#endif 92#endif
92 93
93//for GIR 94//for GIR