From 9ef9b494f575c332d877d198320cbbd1e2e5f95b Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 30 Jun 2016 06:42:36 +0000 Subject: [PATCH] add net/if.h dependencies --- pdns/dnsdist-lua.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdist-lua.cc b/pdns/dnsdist-lua.cc index a3e9e27330..ebd6e41889 100644 --- a/pdns/dnsdist-lua.cc +++ b/pdns/dnsdist-lua.cc @@ -1,3 +1,5 @@ +#include +#include #include #include "dnsdist.hh" #include "dnsrulactions.hh" -- 2.47.2