summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:50:54 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:50:54 +0100
commitbe1ff548cb3c877335bfd6cf389b4d01283d6f41 (patch)
tree130bb08e1c9a9a110da77a26d9667e87d886790d /content
parent47ccd9855db44881339e68093655247a78fd8598 (diff)
downloadnetsurf-be1ff548cb3c877335bfd6cf389b4d01283d6f41.tar.gz
netsurf-be1ff548cb3c877335bfd6cf389b4d01283d6f41.tar.bz2
fetch.h needs sys/select.h for the fd_set type et al.
Diffstat (limited to 'content')
-rw-r--r--content/fetch.h2
1 files changed, 2 insertions, 0 deletions
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 <sys/select.h>
+
#include <stdbool.h>
#include "utils/config.h"