mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
13 lines
345 B
C++
13 lines
345 B
C++
--- net/dns/dns_reloader.cc.orig 2019-03-15 06:37:29 UTC
|
|
+++ net/dns/dns_reloader.cc
|
|
@@ -7,6 +7,10 @@
|
|
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD) && \
|
|
!defined(OS_ANDROID) && !defined(OS_FUCHSIA)
|
|
|
|
+#if defined(OS_FREEBSD)
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
+
|
|
#include <resolv.h>
|
|
|
|
#include "base/lazy_instance.h"
|