From 0cd1d2dcbe86000b5b3454fddaa18640c4564072 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Tue, 5 Jul 2022 16:42:49 +0000 Subject: [PATCH] Fix libntlmauth build on current Fedora Rawhide (#1077) ntlmauth.cc:187: error: 'time' was not declared in this scope --- lib/ntlmauth/ntlmauth.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ntlmauth/ntlmauth.cc b/lib/ntlmauth/ntlmauth.cc index 7e2156d012..b3df6b18ef 100644 --- a/lib/ntlmauth/ntlmauth.cc +++ b/lib/ntlmauth/ntlmauth.cc @@ -12,6 +12,7 @@ #include "squid.h" #include +#include #include #if HAVE_STRINGS_H #include -- 2.47.2