]> granicus.if.org Git - pdns/commitdiff
we need errno.h here
authorFlorian Obser <florian@narrans.de>
Wed, 6 May 2015 16:40:46 +0000 (18:40 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 9 May 2015 11:53:07 +0000 (13:53 +0200)
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
(cherry picked from commit 61d75286efb320afb31847c2fcc28ad9c89c491f)

pdns/misc.hh

index b1572f3d063fbae3e17beac33708ff8986b26b4f..e682fb70a7b3321e3727c00304b8c9a3a6b82b7e 100644 (file)
@@ -21,6 +21,7 @@
 */
 #ifndef MISC_HH
 #define MISC_HH
+#include <errno.h>
 #include <inttypes.h>
 #include <cstring>
 #include <cstdio>