From: Peter van Dijk Date: Thu, 30 Jun 2016 06:42:36 +0000 (+0000) Subject: add net/if.h dependencies X-Git-Tag: rec-4.0.0~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ef9b494f575c332d877d198320cbbd1e2e5f95b;p=thirdparty%2Fpdns.git add net/if.h dependencies --- 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"