]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: include headers for struct statfs 1014/head
authorNoah Watkins <noahwatkins@gmail.com>
Sun, 29 Dec 2013 21:01:06 +0000 (13:01 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Sun, 29 Dec 2013 21:32:00 +0000 (13:32 -0800)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/test/mon/test_mon_workloadgen.cc

index 96791fdb4286526e842b47834b844ec94dc872ba..138bdc0951349e3f1695fbf1444f75765d64e622 100644 (file)
  * Foundation.  See file COPYING.
  * 
  */
+#include "acconfig.h"
+
+#ifdef HAVE_SYS_MOUNT_H
+#include <sys/mount.h>
+#endif
+
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
 #include <iostream>
 #include <string>
 #include <map>