]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include unistd.h for chroot(2) et al. 6077/head
authorFlorian Obser <florian@narrans.de>
Fri, 8 Dec 2017 16:07:49 +0000 (17:07 +0100)
committerFlorian Obser <florian@narrans.de>
Fri, 8 Dec 2017 16:07:49 +0000 (17:07 +0100)
pdns/nproxy.cc

index f6549691141c87a904491682906b425ee3dba1fe..d6999e4bc012bf5704d9212a9be9336190041ced 100644 (file)
@@ -38,6 +38,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <grp.h>
+#include <unistd.h>
 #include "dnsrecords.hh"
 #include "mplexer.hh"
 #include "statbag.hh"