mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue