Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/d80bb6210dcad46997b19...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/d80bb6210dcad46997b1907...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/d80bb6210dcad46997b190793...
The branch, master has been updated
via d80bb6210dcad46997b190793efa5d472a1809c1 (commit)
from 4865886721f76373cf9902f5c3fe2f159a375ee6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commitdiff/d80bb6210dcad46997b...
commit d80bb6210dcad46997b190793efa5d472a1809c1
Author: Vincent Sanders <vince(a)netsurf-browser.org>
Commit: Vincent Sanders <vince(a)netsurf-browser.org>
add missing include
diff --git a/render/html.c b/render/html.c
index fc60843..f90d1ee 100644
--- a/render/html.c
+++ b/render/html.c
@@ -43,6 +43,7 @@
#include "render/imagemap.h"
#include "render/layout.h"
#include "render/search.h"
+#include "javascript/js.h"
#include "utils/corestrings.h"
#include "utils/http.h"
#include "utils/libdom.h"
-----------------------------------------------------------------------
Summary of changes:
render/html.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/render/html.c b/render/html.c
index fc60843..f90d1ee 100644
--- a/render/html.c
+++ b/render/html.c
@@ -43,6 +43,7 @@
#include "render/imagemap.h"
#include "render/layout.h"
#include "render/search.h"
+#include "javascript/js.h"
#include "utils/corestrings.h"
#include "utils/http.h"
#include "utils/libdom.h"
--
NetSurf Browser