]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libmaxminddb/fix-linux-build.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libmaxminddb / fix-linux-build.patch
CommitLineData
1e59de90
TL
1diff --git a/include/maxminddb.h b/include/maxminddb.h
2index 13b276f..6c70e49 100644
3--- a/include/maxminddb.h
4+++ b/include/maxminddb.h
5@@ -24,11 +24,12 @@ extern "C" {
6 #include <stdio.h>
7 #include <sys/types.h>
8
9+/* libmaxminddb package version from configure */
10+#define PACKAGE_VERSION "1.4.3"
11+
12 #ifdef _WIN32
13 #include <winsock2.h>
14 #include <ws2tcpip.h>
15-/* libmaxminddb package version from configure */
16-#define PACKAGE_VERSION "1.4.3"
17
18 typedef ADDRESS_FAMILY sa_family_t;
19