]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libexif/add-missing-_stdint-h.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libexif / add-missing-_stdint-h.patch
CommitLineData
1e59de90
TL
1diff --git a/libexif/_stdint.h b/libexif/_stdint.h
2new file mode 100644
3index 0000000..9a6118b
4--- /dev/null
5+++ b/libexif/_stdint.h
6@@ -0,0 +1 @@
7+#include <stdint.h>