dnscache.h: include curlx/timeval.h for struct curltime

Follow-up to 96d5b5c688

Closes #21045
This commit is contained in:
Daniel Stenberg 2026-03-21 12:20:16 +01:00
parent 322db3efc0
commit f36a8ac5a2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -26,6 +26,7 @@
#include "curl_setup.h"
#include "hash.h"
#include "curlx/timeval.h"
struct addrinfo;
struct hostent;