Gitweb links:

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

The branch, master has been updated
       via  82d4a2265b3e6b52995ab42ac162b0fee7d9e910 (commit)
      from  8ad55e23fdf375278dfb381b9641596e0852a9d8 (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=82d4a2265b3e6b52995ab42ac162b0fee7d9e910
commit 82d4a2265b3e6b52995ab42ac162b0fee7d9e910
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Data fetcher: Include stdarg.h header.

diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index d41c4e8..8e6305d 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -23,6 +23,7 @@
 
 #include <stdbool.h>
 #include <string.h>
+#include <stdarg.h>
 #include <stdlib.h>
 #include <libwapcaplet/libwapcaplet.h>
 #include <nsutils/base64.h>


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

Summary of changes:
 content/fetchers/data.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index d41c4e8..8e6305d 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -23,6 +23,7 @@
 
 #include <stdbool.h>
 #include <string.h>
+#include <stdarg.h>
 #include <stdlib.h>
 #include <libwapcaplet/libwapcaplet.h>
 #include <nsutils/base64.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