From: Florian Obser Date: Wed, 6 May 2015 16:41:59 +0000 (+0200) Subject: we need unistd.h here X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2501%2Fhead;p=thirdparty%2Fpdns.git we need unistd.h here --- diff --git a/pdns/randomhelper.cc b/pdns/randomhelper.cc index 9ea1b22c1f..8d8b2db57b 100644 --- a/pdns/randomhelper.cc +++ b/pdns/randomhelper.cc @@ -6,6 +6,7 @@ #include #include #include +#include #include "dns_random.hh" void seedRandom(const string& source)