Gitweb links:

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

The branch, master has been updated
       via  fd510b27eee7d8d146ddf1a54a0a98b2ba61f27f (commit)
      from  bacd8d229c478918f477026bbef2e752d5d67647 (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=fd510b27eee7d8d146ddf1a54a0a98b2ba61f27f
commit fd510b27eee7d8d146ddf1a54a0a98b2ba61f27f
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    GTK: fix missing includes

diff --git a/frontends/gtk/completion.c b/frontends/gtk/completion.c
index 1a76541..585a9e5 100644
--- a/frontends/gtk/completion.c
+++ b/frontends/gtk/completion.c
@@ -21,6 +21,8 @@
  * Implementation of url entry completion.
  */
 
+#include <stdlib.h>
+
 #include "utils/log.h"
 #include "utils/messages.h"
 #include "utils/nsoption.h"
diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c
index ccf3fcb..03d7160 100644
--- a/frontends/gtk/scaffolding.c
+++ b/frontends/gtk/scaffolding.c
@@ -18,6 +18,7 @@
 
 #include <gtk/gtk.h>
 #include <stdbool.h>
+#include <string.h>
 
 #include "utils/utils.h"
 #include "utils/log.h"


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

Summary of changes:
 frontends/gtk/completion.c  |    2 ++
 frontends/gtk/scaffolding.c |    1 +
 2 files changed, 3 insertions(+)

diff --git a/frontends/gtk/completion.c b/frontends/gtk/completion.c
index 1a76541..585a9e5 100644
--- a/frontends/gtk/completion.c
+++ b/frontends/gtk/completion.c
@@ -21,6 +21,8 @@
  * Implementation of url entry completion.
  */
 
+#include <stdlib.h>
+
 #include "utils/log.h"
 #include "utils/messages.h"
 #include "utils/nsoption.h"
diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c
index ccf3fcb..03d7160 100644
--- a/frontends/gtk/scaffolding.c
+++ b/frontends/gtk/scaffolding.c
@@ -18,6 +18,7 @@
 
 #include <gtk/gtk.h>
 #include <stdbool.h>
+#include <string.h>
 
 #include "utils/utils.h"
 #include "utils/log.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