summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:58:09 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:58:09 +0100
commitc523bb47a0c884f58ab267eb9ad699ccbed907d5 (patch)
tree0a347496fc8cbe781c98a0b4d82f323a9beb8c75 /content
parentbe1ff548cb3c877335bfd6cf389b4d01283d6f41 (diff)
downloadnetsurf-c523bb47a0c884f58ab267eb9ad699ccbed907d5.tar.gz
netsurf-c523bb47a0c884f58ab267eb9ad699ccbed907d5.tar.bz2
Actually use utils/inet.h instead of sys/select.h
Diffstat (limited to 'content')
-rw-r--r--content/fetch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/fetch.h b/content/fetch.h
index 6037faf05..51e08cfc3 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;