Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/19cd5cb3b3771592110b7400558727b71a005f63
...commit
http://git.netsurf-browser.org/netsurf.git/commit/19cd5cb3b3771592110b7400558727b71a005f63
...tree
http://git.netsurf-browser.org/netsurf.git/tree/19cd5cb3b3771592110b7400558727b71a005f63
The branch, master has been updated
via 19cd5cb3b3771592110b7400558727b71a005f63 (commit)
from 986d4d5f82cfc96d9308e710aeeff0feac1bec4a (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/commit/?id=19cd5cb3b3771592110b7400558727b71a005f63
commit 19cd5cb3b3771592110b7400558727b71a005f63
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
add missing include
diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c
index 7230526..2f6377f 100644
--- a/content/handlers/html/html.c
+++ b/content/handlers/html/html.c
@@ -56,8 +56,9 @@
#include "desktop/gui_internal.h"
#include "html/html.h"
-#include "html/html_save.h"
#include "html/html_internal.h"
+#include "html/object.h"
+#include "html/html_save.h"
#include "html/interaction.h"
#include "html/box.h"
#include "html/box_construct.h"
-----------------------------------------------------------------------
Summary of changes:
content/handlers/html/html.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c
index 7230526..2f6377f 100644
--- a/content/handlers/html/html.c
+++ b/content/handlers/html/html.c
@@ -56,8 +56,9 @@
#include "desktop/gui_internal.h"
#include "html/html.h"
-#include "html/html_save.h"
#include "html/html_internal.h"
+#include "html/object.h"
+#include "html/html_save.h"
#include "html/interaction.h"
#include "html/box.h"
#include "html/box_construct.h"
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]