From: Lucian Petrut Date: Fri, 18 Oct 2019 09:19:32 +0000 (+0000) Subject: os: Add missing include X-Git-Tag: wip-pdonnell-testing-20200918.022351~492^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e3c28c3393960f076bb4111dafa3c2b3317d6129;p=ceph-ci.git os: Add missing include We'll need to explicitly include stddefs.h in order to use size_t with Mingw. Signed-off-by: Lucian Petrut --- diff --git a/src/os/filestore/os_xattr.h b/src/os/filestore/os_xattr.h index 15b356196c9..cf98394b2c5 100644 --- a/src/os/filestore/os_xattr.h +++ b/src/os/filestore/os_xattr.h @@ -24,6 +24,8 @@ extern "C" { # define ENOATTR ENODATA #endif +#include + int ceph_os_setxattr(const char *path, const char *name, const void *value, size_t size); int ceph_os_fsetxattr(int fd, const char *name, const void *value,