Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/9ee6e90de5394042bdd082cc1ddc7837387ad770
...commit
http://git.netsurf-browser.org/netsurf.git/commit/9ee6e90de5394042bdd082cc1ddc7837387ad770
...tree
http://git.netsurf-browser.org/netsurf.git/tree/9ee6e90de5394042bdd082cc1ddc7837387ad770
The branch, master has been updated
via 9ee6e90de5394042bdd082cc1ddc7837387ad770 (commit)
from d03f0ee04e8b2fe800bf66082c7afbbb45de9d09 (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=9ee6e90de5394042bdd082cc1ddc7837387ad770
commit 9ee6e90de5394042bdd082cc1ddc7837387ad770
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
add header for memcpy prototype
diff --git a/frontends/framebuffer/convert_image.c
b/frontends/framebuffer/convert_image.c
index daa0ed2..2608328 100644
--- a/frontends/framebuffer/convert_image.c
+++ b/frontends/framebuffer/convert_image.c
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <png.h>
#include <stdlib.h>
+#include <string.h>
#if PNG_LIBPNG_VER < 10209
#define png_set_expand_gray_1_2_4_to_8(png) png_set_gray_1_2_4_to_8(png)
-----------------------------------------------------------------------
Summary of changes:
frontends/framebuffer/convert_image.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/frontends/framebuffer/convert_image.c
b/frontends/framebuffer/convert_image.c
index daa0ed2..2608328 100644
--- a/frontends/framebuffer/convert_image.c
+++ b/frontends/framebuffer/convert_image.c
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <png.h>
#include <stdlib.h>
+#include <string.h>
#if PNG_LIBPNG_VER < 10209
#define png_set_expand_gray_1_2_4_to_8(png) png_set_gray_1_2_4_to_8(png)
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org