]> git.proxmox.com Git - ceph.git/blob - 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
1 diff --git a/libexif/_stdint.h b/libexif/_stdint.h
2 new file mode 100644
3 index 0000000..9a6118b
4 --- /dev/null
5 +++ b/libexif/_stdint.h
6 @@ -0,0 +1 @@
7 +#include <stdint.h>