mirror of
https://github.com/curl/curl.git
synced 2026-07-23 08:37:16 +03:00
lib and tests: add missing curl.h includes
Closes https://github.com/curl/curl/pull/9453
This commit is contained in:
parent
4a7c10c6cc
commit
d7dceb57d1
9 changed files with 14 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ void restore_signal_handlers(bool keep_sigalrm);
|
|||
|
||||
#ifdef USE_UNIX_SOCKETS
|
||||
|
||||
#include <curl/curl.h> /* for curl_socket_t */
|
||||
|
||||
#ifdef HAVE_SYS_UN_H
|
||||
#include <sys/un.h> /* for sockaddr_un */
|
||||
#endif /* HAVE_SYS_UN_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue