Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/865796486d979a26a0c5e31fd046918d44c58899
...commit
http://git.netsurf-browser.org/netsurf.git/commit/865796486d979a26a0c5e31fd046918d44c58899
...tree
http://git.netsurf-browser.org/netsurf.git/tree/865796486d979a26a0c5e31fd046918d44c58899
The branch, master has been updated
via 865796486d979a26a0c5e31fd046918d44c58899 (commit)
from 7d645bee91efa9174c0b3dca1102cbb1b4ad246b (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=865796486d979a26a0c5e31fd046918d44c58899
commit 865796486d979a26a0c5e31fd046918d44c58899
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
make ssize_t type available on some platforms
diff --git a/utils/idna.c b/utils/idna.c
index 572882e..70d321d 100644
--- a/utils/idna.c
+++ b/utils/idna.c
@@ -26,6 +26,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <libutf8proc/utf8proc.h>
#include "netsurf/inttypes.h"
-----------------------------------------------------------------------
Summary of changes:
utils/idna.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/idna.c b/utils/idna.c
index 572882e..70d321d 100644
--- a/utils/idna.c
+++ b/utils/idna.c
@@ -26,6 +26,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <libutf8proc/utf8proc.h>
#include "netsurf/inttypes.h"
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org