diff --git a/src/zeroconf/ZeroconfBonjour.cxx b/src/zeroconf/ZeroconfBonjour.cxx index 5b5de1247..8d7565e0e 100644 --- a/src/zeroconf/ZeroconfBonjour.cxx +++ b/src/zeroconf/ZeroconfBonjour.cxx @@ -26,10 +26,10 @@ #include "Log.hxx" #include "Compiler.h" -#include - #include +#include + static constexpr Domain bonjour_domain("bonjour"); class BonjourMonitor final : public SocketMonitor { @@ -82,7 +82,7 @@ BonjourInit(EventLoop &loop, const char *service_name) DNSServiceErrorType error = DNSServiceRegister(&dnsReference, 0, 0, service_name, SERVICE_TYPE, nullptr, nullptr, - g_htons(listen_port), 0, + htons(listen_port), 0, nullptr, dnsRegisterCallback, nullptr);