]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add includes that we need on OpenBSD
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Jun 2016 08:19:46 +0000 (08:19 +0000)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Jun 2016 08:19:46 +0000 (08:19 +0000)
pdns/dnsdist-console.cc
pdns/dnsdist.hh

index eb1476dcd630aa41ded7a52c576faed8c35540bb..9b90300c1af5455039c0fc199ec2ca402cccc32e 100644 (file)
@@ -1,6 +1,7 @@
 #include "dnsdist.hh"
 #include "sodcrypto.hh"
 #include <readline.h>
+#include <history.h>
 #include <fstream>
 #include "dolog.hh"
 #include "ext/json11/json11.hpp"
index 5b14ca955ecc860de455404c1ce45a2c1b629df2..d6da961a66afe666f68e512c7f8e33e702482192 100644 (file)
@@ -10,6 +10,7 @@
 #include <boost/variant.hpp>
 #include <mutex>
 #include <thread>
+#include <unistd.h>
 #include "sholder.hh"
 #include "dnscrypt.hh"
 #include "dnsdist-cache.hh"