From c523bb47a0c884f58ab267eb9ad699ccbed907d5 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 27 Jun 2016 21:58:09 +0100 Subject: Actually use utils/inet.h instead of sys/select.h --- content/fetch.h | 3 +-- 1 file changed, 1 insertion(+), 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 - #include #include "utils/config.h" #include "utils/nsurl.h" +#include "utils/inet.h" struct content; struct fetch; -- cgit v1.2.3