From 9006940685aaa73e379ed22e565bff7a38778e18 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:51:57 +0000 Subject: automatic import of ceph --- 0003-src-common-bitstr.h.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 0003-src-common-bitstr.h.patch (limited to '0003-src-common-bitstr.h.patch') diff --git a/0003-src-common-bitstr.h.patch b/0003-src-common-bitstr.h.patch new file mode 100644 index 0000000..ed2b0ce --- /dev/null +++ b/0003-src-common-bitstr.h.patch @@ -0,0 +1,21 @@ +--- ceph-15.1.0/src/common/bit_str.h.orig 2020-02-03 09:47:20.047149798 -0500 ++++ ceph-15.1.0/src/common/bit_str.h 2020-02-03 09:47:50.213149798 -0500 +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + namespace ceph { + class Formatter; +--- ceph-15.2.4/src/global/signal_handler.h.orig 2020-07-17 12:57:54.763628429 -0400 ++++ ceph-15.2.4/src/global/signal_handler.h 2020-07-17 12:58:10.610628429 -0400 +@@ -16,6 +16,8 @@ + #define CEPH_GLOBAL_SIGNAL_HANDLER_H + + #include ++#include ++ + #include "acconfig.h" + + typedef void (*signal_handler_t)(int); -- cgit v1.2.3