From e24b0ba8318c1f24fa3bd9eee99c712fdb5a9456 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 28 Dec 2020 02:12:28 +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