Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/libosmpbf/files/patch-tools_osmpbf-outline.cpp
17356 views
1
--- tools/osmpbf-outline.cpp.orig 2021-01-06 13:47:22 UTC
2
+++ tools/osmpbf-outline.cpp
3
@@ -10,6 +10,11 @@
4
// zlib compression is used inside the pbf blobs
5
#include <zlib.h>
6
7
+#ifndef WIN32
8
+ // used for isatty
9
+ #include <unistd.h>
10
+#endif
11
+
12
// netinet or winsock2 provides the network-byte-order conversion function
13
#ifdef D_HAVE_WINSOCK
14
#include <winsock2.h>
15
16