From be1ff548cb3c877335bfd6cf389b4d01283d6f41 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 27 Jun 2016 21:50:54 +0100 Subject: fetch.h needs sys/select.h for the fd_set type et al. --- content/fetch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content') diff --git a/content/fetch.h b/content/fetch.h index 6694ffda9..6037faf05 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -23,6 +23,8 @@ #ifndef _NETSURF_DESKTOP_FETCH_H_ #define _NETSURF_DESKTOP_FETCH_H_ +#include + #include #include "utils/config.h" -- cgit v1.2.3