aports/community/ceph/44-missing-include.patch
Duncan Bellamy 6d5b2dd066 community/ceph: upgrade to 16.2.0
* install mgr dashboard node modules on install as too large
* drop 32bit for the minute
* enable for s390x
2021-04-05 20:04:56 +00:00

13 lines
320 B
Diff

submitted as https://github.com/ceph/ceph/pull/40583
--- a/src/tools/cephfs_mirror/PeerReplayer.cc
+++ b/src/tools/cephfs_mirror/PeerReplayer.cc
@@ -5,6 +5,7 @@
#include <fcntl.h>
#include <algorithm>
#include <sys/time.h>
+#include <sys/file.h>
#include "common/admin_socket.h"
#include "common/ceph_context.h"