1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/opencpn/gcc12.patch
2022-08-31 23:03:08 +00:00

21 lines
603 B
Diff

diff --git a/include/zeroconf-detail.hpp b/include/zeroconf-detail.hpp
index 60ae125..3e7607a 100644
--- a/include/zeroconf-detail.hpp
+++ b/include/zeroconf-detail.hpp
@@ -11,6 +11,9 @@
#include <vector>
#include <memory>
#include <chrono>
+#include <ctime>
+
+#include <sys/select.h>
#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
#define WIN32
@@ -385,4 +388,4 @@ inline bool Resolve(const std::string& serviceName, time_t scanTime,
} // namespace Detail
} // namespace Zeroconf
-#endif // ZEROCONF_DETAIL_HPP
\ No newline at end of file
+#endif // ZEROCONF_DETAIL_HPP