From 17d38f8d2c8ee7cd5964387812a20809c2ba3c37 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Fri, 8 Dec 2017 17:07:49 +0100 Subject: [PATCH] Include unistd.h for chroot(2) et al. --- pdns/nproxy.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/nproxy.cc b/pdns/nproxy.cc index f65496911..d6999e4bc 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" -- 2.40.0