Gitweb links:

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

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

    fix url database test after API header changes

diff --git a/test/urldbtest.c b/test/urldbtest.c
index 820dc6b..2d14c0f 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -30,6 +30,7 @@
 #include <curl/curl.h>
 
 #include "utils/errors.h"
+#include "utils/nsurl.h"
 #include "netsurf/bitmap.h"
 #include "content/content.h"
 #include "content/urldb.h"


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

Summary of changes:
 test/urldbtest.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/test/urldbtest.c b/test/urldbtest.c
index 820dc6b..2d14c0f 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -30,6 +30,7 @@
 #include <curl/curl.h>
 
 #include "utils/errors.h"
+#include "utils/nsurl.h"
 #include "netsurf/bitmap.h"
 #include "content/content.h"
 #include "content/urldb.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