From 2a9094efb13cb78b1daced8beaad4d04a3e180a2 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 --- pdns/misc.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/misc.hh b/pdns/misc.hh index 03d4f7c09c..99632853d5 100644 --- a/pdns/misc.hh +++ b/pdns/misc.hh @@ -21,6 +21,7 @@ */ #ifndef MISC_HH #define MISC_HH +#include #include #include #include -- 2.47.2