]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add include to aid compilation on musl libc
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 19 Dec 2014 13:34:48 +0000 (14:34 +0100)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 19 Dec 2014 13:38:20 +0000 (14:38 +0100)
pdns/bindparserclasses.hh

index f554bd7e9675ab3679accd45e3cd3ecc697c1d8d..fe338f2e3999cb477ed2bf5ce8259bace66b8d91 100644 (file)
@@ -26,6 +26,7 @@
 #include <vector>
 #include <set>
 #include <stdio.h>
+#include <sys/stat.h>
 
 #include "namespaces.hh"