summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Watkins <noahwatkins@gmail.com>2013-07-21 17:54:13 -0700
committerNoah Watkins <noahwatkins@gmail.com>2013-09-17 10:41:18 -0700
commit19ab35389a33defa530c2592d6c0eb1aa4fe117a (patch)
treedbc93ef60e17adf7b8667c06adc9d9162024b03e
parent4130301b5d9691be838fc3c5d2ca5b724b47324f (diff)
downloadceph-19ab35389a33defa530c2592d6c0eb1aa4fe117a.tar.gz
test: add header for struct statfs
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
-rw-r--r--src/test/mon/test_mon_workloadgen.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/mon/test_mon_workloadgen.cc b/src/test/mon/test_mon_workloadgen.cc
index e5bde68b631..4912c4c001d 100644
--- a/src/test/mon/test_mon_workloadgen.cc
+++ b/src/test/mon/test_mon_workloadgen.cc
@@ -11,6 +11,8 @@
* Foundation. See file COPYING.
*
*/
+#include <sys/mount.h>
+#include <sys/param.h>
#include <iostream>
#include <string>
#include <map>