mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
smb: include arpa/inet.h for NonStop
Reported-by: Randall S. Becker URL: https://curl.se/mail/lib-2026-02/0010.html Closes #20579
This commit is contained in:
parent
10bb489b22
commit
36dc50b7e3
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
|
||||
#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE)
|
||||
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h> /* for htons() */
|
||||
#endif
|
||||
|
||||
#include "smb.h"
|
||||
#include "url.h"
|
||||
#include "sendf.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue