From: Max Kellermann Date: Fri, 25 Oct 2024 07:33:21 +0000 (+0200) Subject: common/fd: add missing includes X-Git-Tag: v20.0.0~283^2~25 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a33c344225881036200b8cd143b414d8138c943;p=ceph.git common/fd: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/common/fd.cc b/src/common/fd.cc index 89d18940b63b..df2666d9d6aa 100644 --- a/src/common/fd.cc +++ b/src/common/fd.cc @@ -16,6 +16,8 @@ #include "debug.h" #include "errno.h" +#include + #ifndef _WIN32 void dump_open_fds(CephContext *cct) {