Skip to content

Commit 7798aa3

Browse files
fobserrubenk
authored andcommitted
we need unistd.h here
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com> (cherry picked from commit 34ed5f948fd3b9571fa13399992fb6aea911ff4f)
1 parent 9f6e411 commit 7798aa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdns/randomhelper.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <sys/types.h>
44
#include <sys/stat.h>
55
#include <fcntl.h>
6+
#include <unistd.h>
67
#include "dns_random.hh"
78

89
void seedRandom(const string& source)

0 commit comments

Comments
 (0)