fetch.h needs sys/select.h for the fd_set type et al.

This commit is contained in:
Daniel Silverstone 2016-06-27 21:50:54 +01:00
parent 47ccd9855d
commit be1ff548cb

View File

@ -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"