Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/85d76a0e045b9e98c16e4398995af62cec1f3d0b
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/85d76a0e045b9e98c16e4398995af62cec1f3d0b
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/85d76a0e045b9e98c16e4398995af62cec1f3d0b

The branch, master has been updated
       via  85d76a0e045b9e98c16e4398995af62cec1f3d0b (commit)
      from  0ae788752cdeb259eaadb756a18e9065da1c6d22 (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=85d76a0e045b9e98c16e4398995af62cec1f3d0b
commit 85d76a0e045b9e98c16e4398995af62cec1f3d0b
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix missing includes caused by header cleanups

diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index 93145cf..afe3d60 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -32,6 +32,7 @@
 #include "desktop/hotlist.h"
 #include "desktop/tree.h"
 #include "desktop/core_window.h"
+#include "desktop/textinput.h"
 
 #include "atari/gui.h"
 #include "atari/misc.h"
diff --git a/frontends/cocoa/BookmarksController.m 
b/frontends/cocoa/BookmarksController.m
index 2d574f3..f04a084 100644
--- a/frontends/cocoa/BookmarksController.m
+++ b/frontends/cocoa/BookmarksController.m
@@ -22,6 +22,7 @@
 #import "netsurf/browser_window.h"
 #import "desktop/hotlist.h"
 #import "desktop/tree.h"
+#import "desktop/textinput.h"
 
 #import "cocoa/BookmarksController.h"
 #import "cocoa/Tree.h"


-----------------------------------------------------------------------

Summary of changes:
 frontends/atari/hotlist.c             |    1 +
 frontends/cocoa/BookmarksController.m |    1 +
 2 files changed, 2 insertions(+)

diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index 93145cf..afe3d60 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -32,6 +32,7 @@
 #include "desktop/hotlist.h"
 #include "desktop/tree.h"
 #include "desktop/core_window.h"
+#include "desktop/textinput.h"
 
 #include "atari/gui.h"
 #include "atari/misc.h"
diff --git a/frontends/cocoa/BookmarksController.m 
b/frontends/cocoa/BookmarksController.m
index 2d574f3..f04a084 100644
--- a/frontends/cocoa/BookmarksController.m
+++ b/frontends/cocoa/BookmarksController.m
@@ -22,6 +22,7 @@
 #import "netsurf/browser_window.h"
 #import "desktop/hotlist.h"
 #import "desktop/tree.h"
+#import "desktop/textinput.h"
 
 #import "cocoa/BookmarksController.h"
 #import "cocoa/Tree.h"


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to