Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/0a9b28d3e079dbc81c5cd110d5759f5d73d8555b
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/0a9b28d3e079dbc81c5cd110d5759f5d73d8555b
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/0a9b28d3e079dbc81c5cd110d5759f5d73d8555b

The branch, master has been updated
       via  0a9b28d3e079dbc81c5cd110d5759f5d73d8555b (commit)
      from  888d8eac4f102f6ecb75878e7717c3495e81a215 (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/0a9b28d3e079dbc81c5cd110d5759f5d73d8555b
commit 0a9b28d3e079dbc81c5cd110d5759f5d73d8555b
Author: Vincent Sanders <vi...@netsurf-browser.org>
Commit: Vincent Sanders <vi...@netsurf-browser.org>

    add missing include

diff --git a/cocoa/selection.m b/cocoa/selection.m
index d894ed4..cb6a936 100644
--- a/cocoa/selection.m
+++ b/cocoa/selection.m
@@ -21,6 +21,7 @@
 #import "cocoa/BrowserViewController.h"
 
 #import "desktop/selection.h"
+#import "render/box.h"
 
 
 static NSMutableString *cocoa_clipboard_string;


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

Summary of changes:
 cocoa/selection.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cocoa/selection.m b/cocoa/selection.m
index d894ed4..cb6a936 100644
--- a/cocoa/selection.m
+++ b/cocoa/selection.m
@@ -21,6 +21,7 @@
 #import "cocoa/BrowserViewController.h"
 
 #import "desktop/selection.h"
+#import "render/box.h"
 
 
 static NSMutableString *cocoa_clipboard_string;


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
netsurf-commits@netsurf-browser.org
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to