From 9f6e411a57f26a0115c1e0e0893d1075c2503fc5 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Wed, 6 May 2015 18:40:46 +0200 Subject: [PATCH] we need errno.h here Signed-off-by: Ruben Kerkhof (cherry picked from commit 61d75286efb320afb31847c2fcc28ad9c89c491f) --- pdns/misc.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/misc.hh b/pdns/misc.hh index b1572f3d0..e682fb70a 100644 --- a/pdns/misc.hh +++ b/pdns/misc.hh @@ -21,6 +21,7 @@ */ #ifndef MISC_HH #define MISC_HH +#include #include #include #include -- 2.40.0