From f9bfc016b04d512bc8da51eb3e65b3cf974b3ea5 Mon Sep 17 00:00:00 2001 From: Simul Piscator Date: Wed, 8 Nov 2023 23:44:46 +0100 Subject: [PATCH] #includes for FreeBSD --- zeroconf/networkhotplugnotifier.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zeroconf/networkhotplugnotifier.cpp b/zeroconf/networkhotplugnotifier.cpp index 7b99d7b..6692752 100644 --- a/zeroconf/networkhotplugnotifier.cpp +++ b/zeroconf/networkhotplugnotifier.cpp @@ -26,8 +26,13 @@ along with this program. If not, see . #include #include #include +#if __FreeBSD__ +#include +#include +#else #include #include +#endif #include #endif // !__APPLE__