Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/311953f453d2c32ba792e8676e944a9795f5a9c9
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/311953f453d2c32ba792e8676e944a9795f5a9c9
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/311953f453d2c32ba792e8676e944a9795f5a9c9

The branch, master has been updated
       via  311953f453d2c32ba792e8676e944a9795f5a9c9 (commit)
      from  32c4fdeead33e9106343f91d76072d00b47565e3 (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/311953f453d2c32ba792e8676e944a9795f5a9c9
commit 311953f453d2c32ba792e8676e944a9795f5a9c9
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add missing include for browser private

diff --git a/atari/search.c b/atari/search.c
index f2e2383..d23724b 100644
--- a/atari/search.c
+++ b/atari/search.c
@@ -9,6 +9,7 @@
 
 #include "desktop/gui.h"
 #include "desktop/browser.h"
+#include "desktop/browser_private.h"
 #include "desktop/search.h"
 #include "utils/log.h"
 #include "utils/messages.h"


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

Summary of changes:
 atari/search.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/atari/search.c b/atari/search.c
index f2e2383..d23724b 100644
--- a/atari/search.c
+++ b/atari/search.c
@@ -9,6 +9,7 @@
 
 #include "desktop/gui.h"
 #include "desktop/browser.h"
+#include "desktop/browser_private.h"
 #include "desktop/search.h"
 #include "utils/log.h"
 #include "utils/messages.h"


-- 
NetSurf Browser

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

Reply via email to