From: Noah Watkins Date: Sun, 29 Dec 2013 21:01:06 +0000 (-0800) Subject: test: include headers for struct statfs X-Git-Tag: v0.75~20^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1014%2Fhead;p=ceph.git test: include headers for struct statfs Signed-off-by: Noah Watkins --- diff --git a/src/test/mon/test_mon_workloadgen.cc b/src/test/mon/test_mon_workloadgen.cc index 96791fdb4286..138bdc095134 100644 --- a/src/test/mon/test_mon_workloadgen.cc +++ b/src/test/mon/test_mon_workloadgen.cc @@ -11,6 +11,16 @@ * Foundation. See file COPYING. * */ +#include "acconfig.h" + +#ifdef HAVE_SYS_MOUNT_H +#include +#endif + +#ifdef HAVE_SYS_PARAM_H +#include +#endif + #include #include #include