From: Florian Obser Date: Fri, 8 Dec 2017 16:07:49 +0000 (+0100) Subject: Include unistd.h for chroot(2) et al. X-Git-Tag: dnsdist-1.3.0~197^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6077%2Fhead;p=thirdparty%2Fpdns.git Include unistd.h for chroot(2) et al. --- diff --git a/pdns/nproxy.cc b/pdns/nproxy.cc index f654969114..d6999e4bc0 100644 --- a/pdns/nproxy.cc +++ b/pdns/nproxy.cc @@ -38,6 +38,7 @@ #include #include #include +#include #include "dnsrecords.hh" #include "mplexer.hh" #include "statbag.hh"