mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
amissl: add missing signal.h include
In some environments, signal.h is already included, but not in others which cause compilation to fail, so explictly include it. Closes #11478
This commit is contained in:
parent
9ea44fca25
commit
5084ee1b6f
@ -178,6 +178,7 @@ struct Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname,
|
||||
#endif /* CURLRES_AMIGA */
|
||||
|
||||
#ifdef USE_AMISSL
|
||||
#include <signal.h>
|
||||
int Curl_amiga_select(int nfds, fd_set *readfds, fd_set *writefds,
|
||||
fd_set *errorfds, struct timeval *timeout)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user