From: Noah Watkins Date: Fri, 27 Sep 2013 14:38:11 +0000 (-0700) Subject: mon: check for sys/vfs.h existence X-Git-Tag: v0.74~14^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=43c1676778ba0e9a66da0b6bab7b2a75a2d02e59;p=ceph.git mon: check for sys/vfs.h existence Signed-off-by: Noah Watkins --- diff --git a/src/mon/DataHealthService.cc b/src/mon/DataHealthService.cc index be26ac3d83c..db6032dce5e 100644 --- a/src/mon/DataHealthService.cc +++ b/src/mon/DataHealthService.cc @@ -18,7 +18,12 @@ #include #include #include + +#include "acconfig.h" + +#ifdef HAVE_SYS_VFS_H #include +#endif #include "messages/MMonHealth.h" #include "include/types.h"