]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 22 Aug 2022 15:09:12 +0000 (03:09 +1200)
    ntlmauth.cc:187: error: 'time' was not declared in this scope

lib/ntlmauth/ntlmauth.cc

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