]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
we need errno.h here 2500/head
authorFlorian Obser <florian@narrans.de>
Wed, 6 May 2015 16:40:46 +0000 (18:40 +0200)
committerFlorian Obser <florian@narrans.de>
Wed, 6 May 2015 16:40:46 +0000 (18:40 +0200)
pdns/misc.hh

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