]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: strparse.h include where missing
authorStefan Eissing <stefan@eissing.org>
Sun, 16 Feb 2025 12:39:24 +0000 (13:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Feb 2025 13:20:14 +0000 (14:20 +0100)
Closes #16348

lib/vquic/vquic.c
lib/vssh/libssh.c

index 5937e7d4aca5e8d2e71798ac0742795bf813fe69..5355183bdad8a928ff1d1953e29e8344d758db4a 100644 (file)
@@ -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"
index b5ab7b97d33330eb23b325b1488cd3bd8a8701e1..e7ec426456ac23aa3ee394cccf1f02f57757a7b6 100644 (file)
@@ -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"