test: include headers for struct statfs

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2013-12-29 13:01:06 -08:00
parent 93c125ced9
commit 76ad85d868

View File

@ -11,6 +11,16 @@
* 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>