summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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;