]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Cleanup lwres.cc
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 15 Feb 2023 16:56:36 +0000 (17:56 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Mon, 20 Feb 2023 10:22:48 +0000 (11:22 +0100)
pdns/recursordist/lwres.cc

index b63f53f9bd386a5039848fc8b54a3425f9fba4fe..0d520669400c3957a9b2374b4252de5bc1221415 100644 (file)
@@ -26,7 +26,7 @@
 #include "lwres.hh"
 #include <iostream>
 #include "dnsrecords.hh"
-#include <errno.h>
+#include <cerrno>
 #include "misc.hh"
 #include <algorithm>
 #include <sstream>