From f36a8ac5a27b3a9a20fad955fd0cdbf94affb9bc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 21 Mar 2026 12:20:16 +0100 Subject: [PATCH] dnscache.h: include curlx/timeval.h for struct curltime Follow-up to 96d5b5c688c48a8f5 Closes #21045 --- lib/dnscache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dnscache.h b/lib/dnscache.h index eb82eb812f..b3d9aecaf0 100644 --- a/lib/dnscache.h +++ b/lib/dnscache.h @@ -26,6 +26,7 @@ #include "curl_setup.h" #include "hash.h" +#include "curlx/timeval.h" struct addrinfo; struct hostent;