Skip to content

Commit 1f0d7c2

Browse files
committed
smb: include arpa/inet.h for NonStop
Reported-by: Randall S. Becker URL: https://curl.se/mail/lib-2026-02/0010.html
1 parent 61df5f4 commit 1f0d7c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/smb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE)
2929

30+
#ifdef HAVE_ARPA_INET_H
31+
#include <arpa/inet.h>
32+
#endif
3033
#include "smb.h"
3134
#include "url.h"
3235
#include "sendf.h"

0 commit comments

Comments
 (0)