Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/be1ff548cb3c877335bfd6cf389b4d01283d6f41
...commit
http://git.netsurf-browser.org/netsurf.git/commit/be1ff548cb3c877335bfd6cf389b4d01283d6f41
...tree
http://git.netsurf-browser.org/netsurf.git/tree/be1ff548cb3c877335bfd6cf389b4d01283d6f41
The branch, master has been updated
via be1ff548cb3c877335bfd6cf389b4d01283d6f41 (commit)
from 47ccd9855db44881339e68093655247a78fd8598 (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=be1ff548cb3c877335bfd6cf389b4d01283d6f41
commit be1ff548cb3c877335bfd6cf389b4d01283d6f41
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
fetch.h needs sys/select.h for the fd_set type et al.
diff --git a/content/fetch.h b/content/fetch.h
index 6694ffd..6037faf 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -23,6 +23,8 @@
#ifndef _NETSURF_DESKTOP_FETCH_H_
#define _NETSURF_DESKTOP_FETCH_H_
+#include <sys/select.h>
+
#include <stdbool.h>
#include "utils/config.h"
-----------------------------------------------------------------------
Summary of changes:
content/fetch.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/fetch.h b/content/fetch.h
index 6694ffd..6037faf 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -23,6 +23,8 @@
#ifndef _NETSURF_DESKTOP_FETCH_H_
#define _NETSURF_DESKTOP_FETCH_H_
+#include <sys/select.h>
+
#include <stdbool.h>
#include "utils/config.h"
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org