]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/fd: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 07:33:21 +0000 (09:33 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:32 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/fd.cc

index 89d18940b63ba93c4737d33fe20b4ed48bb27202..df2666d9d6aa1d0afd093156ffcc084638e612fc 100644 (file)
@@ -16,6 +16,8 @@
 #include "debug.h"
 #include "errno.h"
 
+#include <dirent.h>
+
 #ifndef _WIN32
 void dump_open_fds(CephContext *cct)
 {