Gitweb links:

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

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

    missed necessary header for haiku

diff --git a/frontends/beos/scaffolding.cpp b/frontends/beos/scaffolding.cpp
index 0ea022a..7d348a9 100644
--- a/frontends/beos/scaffolding.cpp
+++ b/frontends/beos/scaffolding.cpp
@@ -69,6 +69,7 @@ extern "C" {
 #include "utils/nsurl.h"
 #include "netsurf/clipboard.h"
 #include "netsurf/content.h"
+#include "netsurf/content_type.h"
 }
 #include "beos/about.h"
 #include "beos/bitmap.h"


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

Summary of changes:
 frontends/beos/scaffolding.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/frontends/beos/scaffolding.cpp b/frontends/beos/scaffolding.cpp
index 0ea022a..7d348a9 100644
--- a/frontends/beos/scaffolding.cpp
+++ b/frontends/beos/scaffolding.cpp
@@ -69,6 +69,7 @@ extern "C" {
 #include "utils/nsurl.h"
 #include "netsurf/clipboard.h"
 #include "netsurf/content.h"
+#include "netsurf/content_type.h"
 }
 #include "beos/about.h"
 #include "beos/bitmap.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