mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
Actually use utils/inet.h instead of sys/select.h
This commit is contained in:
parent
be1ff548cb
commit
c523bb47a0
@ -23,12 +23,11 @@
|
||||
#ifndef _NETSURF_DESKTOP_FETCH_H_
|
||||
#define _NETSURF_DESKTOP_FETCH_H_
|
||||
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "utils/config.h"
|
||||
#include "utils/nsurl.h"
|
||||
#include "utils/inet.h"
|
||||
|
||||
struct content;
|
||||
struct fetch;
|
||||
|
Loading…
Reference in New Issue
Block a user