commit | 85a76f8eb2fefe68c1f3d0292cb5d08f03aaf60c | [log] [tgz] |
---|---|---|
author | Dan Burkert <dan@danburkert.com> | Wed Nov 04 20:26:27 2015 -0800 |
committer | Dan Burkert <dan@danburkert.com> | Wed Nov 04 22:25:30 2015 -0800 |
tree | 56e1cf7c1443ff0054bd2bb8457f29d8d129302f | |
parent | 2ce4377adb7fab081111f1ee8ebd2beb6f6295b6 [diff] [blame] |
statvfs(3) bindings
diff --git a/libc-test/build.rs b/libc-test/build.rs index f1b1bd4..508a3c8 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs
@@ -86,6 +86,7 @@ } else if !windows { cfg.header("glob.h"); cfg.header("ifaddrs.h"); + cfg.header("sys/statvfs.h"); if !musl { cfg.header("execinfo.h");