]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: fixup res-system-resolve.cc on FreeBSD: resolve.h needs netinet/in.h 13985/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 26 Mar 2024 15:39:58 +0000 (16:39 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 26 Mar 2024 15:39:58 +0000 (16:39 +0100)
pdns/recursordist/rec-system-resolve.cc

index c41a0160af69bb32dac7a6646481cceb90e938fa..6f8fb1ec574094448f7d4254451b5273f605c528 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/nameser.h>
 #include <resolv.h>