curlx: move curlx_inet_pton

Used by test server code.

Closes #17300
This commit is contained in:
Daniel Stenberg 2025-05-09 13:26:00 +02:00
parent c74d3e10d2
commit d4dd43b20d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
30 changed files with 35 additions and 32 deletions

View file

@ -51,7 +51,7 @@
#include "curl_addrinfo.h"
#include "fake_addrinfo.h"
#include "inet_pton.h"
#include "curlx/inet_pton.h"
#include "curlx/warnless.h"
/* The last 3 #include files should be in this order */
#include "curl_printf.h"