From: Willem Jan Withagen Date: Fri, 13 Apr 2018 23:27:38 +0000 (+0200) Subject: KStore: statfs needs extra includes on FreeBSD X-Git-Tag: v13.1.0~238^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=755c724657ae55a0585fca8a18824a74fd551206;p=ceph.git KStore: statfs needs extra includes on FreeBSD Signed-off-by: Willem Jan Withagen --- diff --git a/src/os/kstore/KStore.cc b/src/os/kstore/KStore.cc index f720f8c086dc..0a235d5b6253 100644 --- a/src/os/kstore/KStore.cc +++ b/src/os/kstore/KStore.cc @@ -18,6 +18,10 @@ #include #include #include +#if defined(__FreeBSD__) +#include +#include +#endif #include "KStore.h" #include "osd/osd_types.h"