]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/urho3d/macosx.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / urho3d / macosx.patch
1 diff --git a/Source/ThirdParty/Assimp/contrib/zlib/gzguts.h b/Source/ThirdParty/Assimp/contrib/zlib/gzguts.h
2 index 6378d468a..c8563db52 100644
3 --- a/Source/ThirdParty/Assimp/contrib/zlib/gzguts.h
4 +++ b/Source/ThirdParty/Assimp/contrib/zlib/gzguts.h
5 @@ -38,6 +38,9 @@
6 #if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
7 # include <io.h>
8 #endif
9 +#ifdef __APPLE__
10 +# include <unistd.h>
11 +#endif
12
13 #if defined(_WIN32)
14 # define WIDECHAR
15 diff --git a/Source/ThirdParty/Civetweb/src/civetweb.c b/Source/ThirdParty/Civetweb/src/civetweb.c
16 index 4d26e0a83..2bd577e81 100644
17 --- a/Source/ThirdParty/Civetweb/src/civetweb.c
18 +++ b/Source/ThirdParty/Civetweb/src/civetweb.c
19 @@ -167,6 +167,8 @@ mg_static_assert(sizeof(void *) >= sizeof(int), "data type size check");
20
21 #endif
22
23 +#include <stdlib.h>
24 +
25 #if !defined(DEBUG_TRACE)
26 #if defined(DEBUG)
27