From: Max Kellermann Date: Wed, 16 Oct 2024 19:08:11 +0000 (+0200) Subject: global/signal_handler: add missing includes X-Git-Tag: testing/wip-vshankar-testing-20250806.114233-debug~1^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2dbfe0e51abf40d75e078400958d6fd9daa2e336;p=ceph-ci.git global/signal_handler: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/global/signal_handler.cc b/src/global/signal_handler.cc index b8149718724..a595e7e858c 100644 --- a/src/global/signal_handler.cc +++ b/src/global/signal_handler.cc @@ -12,12 +12,15 @@ * */ +#include "signal_handler.h" + #include #include "include/compat.h" #include "pthread.h" #include "common/ceph_mutex.h" +#include "common/Clock.h" // for ceph_clock_now() #include "common/BackTrace.h" #include "common/debug.h" #include "common/safe_io.h" @@ -25,7 +28,7 @@ #include "include/uuid.h" #include "global/pidfile.h" -#include "global/signal_handler.h" +#include "log/Log.h" #include #include