From 8b3690c688d6c992358c82b8e77dae3c3a6dde01 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Sun, 16 Feb 2025 13:39:24 +0100 Subject: [PATCH] lib: strparse.h include where missing Closes #16348 --- lib/vquic/vquic.c | 1 + lib/vssh/libssh.c | 1 + 2 files changed, 2 insertions(+) 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" -- 2.47.3