]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix libntlmauth build on current Fedora Rawhide (#1077)
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 5 Jul 2022 16:42:49 +0000 (16:42 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 5 Jul 2022 19:11:51 +0000 (19:11 +0000)
    ntlmauth.cc:187: error: 'time' was not declared in this scope

lib/ntlmauth/ntlmauth.cc

index fe21f06b7760c146b51361914073aee6c2805527..6b9ff79757f7650f1c0d95187153aa5b865cc937 100644 (file)
@@ -12,6 +12,7 @@
 #include "squid.h"
 
 #include <cstring>
+#include <ctime>
 #include <random>
 #if HAVE_STRINGS_H
 #include <strings.h>