Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c523bb47a0c884f58ab267eb9ad699ccbed907d5
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c523bb47a0c884f58ab267eb9ad699ccbed907d5
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c523bb47a0c884f58ab267eb9ad699ccbed907d5
The branch, master has been updated
via c523bb47a0c884f58ab267eb9ad699ccbed907d5 (commit)
from be1ff548cb3c877335bfd6cf389b4d01283d6f41 (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=c523bb47a0c884f58ab267eb9ad699ccbed907d5
commit c523bb47a0c884f58ab267eb9ad699ccbed907d5
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Actually use utils/inet.h instead of sys/select.h
diff --git a/content/fetch.h b/content/fetch.h
index 6037faf..51e08cf 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -23,12 +23,11 @@
#ifndef _NETSURF_DESKTOP_FETCH_H_
#define _NETSURF_DESKTOP_FETCH_H_
-#include <sys/select.h>
-
#include <stdbool.h>
#include "utils/config.h"
#include "utils/nsurl.h"
+#include "utils/inet.h"
struct content;
struct fetch;
-----------------------------------------------------------------------
Summary of changes:
content/fetch.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/content/fetch.h b/content/fetch.h
index 6037faf..51e08cf 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -23,12 +23,11 @@
#ifndef _NETSURF_DESKTOP_FETCH_H_
#define _NETSURF_DESKTOP_FETCH_H_
-#include <sys/select.h>
-
#include <stdbool.h>
#include "utils/config.h"
#include "utils/nsurl.h"
+#include "utils/inet.h"
struct content;
struct fetch;
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org