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

@ -41,7 +41,7 @@
#include "curlx/timeval.h"
#include "socks.h"
#include "multiif.h" /* for getsock macros */
#include "inet_pton.h"
#include "curlx/inet_pton.h"
#include "url.h"
/* The last 3 #include files should be in this order */