From: Stefan Eissing Date: Sun, 16 Feb 2025 12:39:24 +0000 (+0100) Subject: lib: strparse.h include where missing X-Git-Tag: curl-8_13_0~462 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b3690c688d6c992358c82b8e77dae3c3a6dde01;p=thirdparty%2Fcurl.git lib: strparse.h include where missing Closes #16348 --- diff --git a/lib/vquic/vquic.c b/lib/vquic/vquic.c index 5937e7d4ac..5355183bda 100644 --- a/lib/vquic/vquic.c +++ b/lib/vquic/vquic.c @@ -44,6 +44,7 @@ #include "vquic.h" #include "vquic_int.h" #include "strerror.h" +#include "strparse.h" /* The last 3 #include files should be in this order */ #include "curl_printf.h" diff --git a/lib/vssh/libssh.c b/lib/vssh/libssh.c index b5ab7b97d3..e7ec426456 100644 --- a/lib/vssh/libssh.c +++ b/lib/vssh/libssh.c @@ -66,6 +66,7 @@ #include "parsedate.h" /* for the week day and month names */ #include "sockaddr.h" /* required for Curl_sockaddr_storage */ #include "strtoofft.h" +#include "strparse.h" #include "multiif.h" #include "select.h" #include "warnless.h"