#include <sys/statvfs.h>
struct statvfs foo;
int main(void) { return 0; }
