Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/opencpn/files/patch-include_zeroconf-detail.hpp
16461 views
1
--- include/zeroconf-detail.hpp.orig 2020-07-15 18:02:29 UTC
2
+++ include/zeroconf-detail.hpp
3
@@ -21,7 +21,7 @@
4
#include <winsock2.h>
5
#else
6
#ifndef __WXOSX__
7
- #include <error.h>
8
+// #include <error.h>
9
#else
10
#include <mach/error.h>
11
#endif
12
@@ -424,4 +424,4 @@ namespace Zeroconf
13
}
14
}
15
16
-#endif // ZEROCONF_DETAIL_HPP
17
\ No newline at end of file
18
+#endif // ZEROCONF_DETAIL_HPP
19
20