From: Florian Obser Date: Wed, 6 May 2015 16:40:46 +0000 (+0200) Subject: we need errno.h here X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~62^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2500%2Fhead;p=thirdparty%2Fpdns.git we need errno.h here --- 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