]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/include/compat.h
update sources to 12.2.7
[ceph.git] / ceph / src / include / compat.h
index d4120478c88ead29a932704e25c5bd8a33849a13..eb384c2e137985a8078b82bbcc0a1a961c849006 100644 (file)
@@ -13,6 +13,7 @@
 #define CEPH_COMPAT_H
 
 #include "acconfig.h"
+#include <sys/types.h>
 
 #if defined(__linux__)
 #define PROCPREFIX
     0; })
 #endif
 
+int ceph_posix_fallocate(int fd, off_t offset, off_t len);
+
 #endif /* !CEPH_COMPAT_H */