From be7307eda444efcb76da9d13b24a04cfc8a7340d Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 5 Jan 2021 09:08:55 +0000 Subject: [PATCH] Fix missing #include for gcc-11 Gbp-Pq: Name 0001-Fix-missing-include-for-gcc-11.patch --- pdns/lua-record.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc index 6827594..8d51c79 100644 --- a/pdns/lua-record.cc +++ b/pdns/lua-record.cc @@ -1,3 +1,4 @@ +#include #include #include #include -- 2.30.2