mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
fetch.h needs sys/select.h for the fd_set type et al.
This commit is contained in:
parent
47ccd9855d
commit
be1ff548cb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user